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 26bb15e commit 1619661Copy full SHA for 1619661
.github/workflows/run-project-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
run: echo "::set-output name=dir::$(pip cache dir)"
41
42
- name: Cache dependencies
43
- uses: actions/cache@v2
+ uses: actions/cache@v4
44
with:
45
path: ${{ steps.pip-cache.outputs.dir }}
46
key:
.github/workflows/run-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
0 commit comments