We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f2e24 commit 258d8f8Copy full SHA for 258d8f8
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
echo "::set-output name=dir::$(pip cache dir)"
41
42
- name: Cache
43
- uses: actions/cache@v3
+ uses: actions/cache@v4
44
with:
45
path: ${{ steps.pip-cache.outputs.dir }}
46
key:
0 commit comments