Skip to content

Commit e45adfa

Browse files
committed
upgrade actions/cache to v4 as v2 failed
1 parent f5c99d0 commit e45adfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pelican.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: echo "::set-output name=dir::$(pip cache dir)"
3131

3232
- name: Cache dependencies
33-
uses: actions/cache@v2
33+
uses: actions/cache@v4
3434
with:
3535
path: ${{ steps.pip-cache.outputs.dir }}
3636
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)