We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7919b7 commit bf986d0Copy full SHA for bf986d0
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
run: echo "::set-output name=dir::$(pip cache dir)"
31
32
- name: Cache dependencies
33
- uses: actions/cache@v3
+ uses: actions/cache@v4
34
with:
35
path: ${{ steps.pip-cache.outputs.dir }}
36
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
.github/workflows/release-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
0 commit comments