Skip to content

Commit 258d8f8

Browse files
authored
Bump actions/cache to v4
1 parent f2f2e24 commit 258d8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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)