Skip to content

Commit 28b512a

Browse files
authored
Bump actions/cache to v4 (#1516)
1 parent f2f2e24 commit 28b512a

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
@@ -40,7 +40,7 @@ jobs:
4040
echo "::set-output name=dir::$(pip cache dir)"
4141
4242
- name: Cache
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: ${{ steps.pip-cache.outputs.dir }}
4646
key:

0 commit comments

Comments
 (0)