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 bb4fb13 commit 29d7ad4Copy full SHA for 29d7ad4
.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