We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e355c9d commit 0188e49Copy full SHA for 0188e49
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
echo "::set-output name=dir::$(pip cache dir)"
26
27
- name: Cache
28
- uses: actions/cache@v2
+ uses: actions/cache@v4
29
with:
30
path: ${{ steps.pip-cache.outputs.dir }}
31
key:
0 commit comments