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 8468982 + 0abfb3b commit eaa76c0Copy full SHA for eaa76c0
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.1.2
+ uses: actions/cache@v4.2.0
31
with:
32
path: ${{ steps.pip-cache.outputs.dir }}
33
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
0 commit comments