Skip to content

Commit 5dc018f

Browse files
authored
Merge pull request #221 from jazzband/dependabot/github_actions/actions/cache-4
2 parents d515804 + f9cc2c5 commit 5dc018f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "::set-output name=dir::$(pip cache dir)"
3737
3838
- name: Cache
39-
uses: actions/cache@v2
39+
uses: actions/cache@v4
4040
with:
4141
path: ${{ steps.pip-cache.outputs.dir }}
4242
key:

0 commit comments

Comments
 (0)