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.
2 parents 9561c56 + a18232a commit 079e5f7Copy full SHA for 079e5f7
1 file changed
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
29
- name: Cache dependencies
30
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.1.2
31
with:
32
path: ${{ steps.pip-cache.outputs.dir }}
33
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments