Skip to content

Commit e27df79

Browse files
committed
Upgrade deprecated cache plugin
1 parent 14dbfe5 commit e27df79

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
@@ -32,7 +32,7 @@ jobs:
3232
echo "::set-output name=dir::$(pip cache dir)"
3333
3434
- name: Cache
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: ${{ steps.pip-cache.outputs.dir }}
3838
key:

0 commit comments

Comments
 (0)