Skip to content

Commit 7a84896

Browse files
authored
Update actions/cache in test.yml
1 parent fb64ba0 commit 7a84896

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
@@ -53,7 +53,7 @@ jobs:
5353
echo "::set-output name=dir::$(pip cache dir)"
5454
5555
- name: Cache
56-
uses: actions/cache@v2
56+
uses: actions/cache@v4
5757
with:
5858
path: ${{ steps.pip-cache.outputs.dir }}
5959
key:

0 commit comments

Comments
 (0)