We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bfcd4 commit edc2826Copy full SHA for edc2826
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: python3 -m pip install --upgrade pip
19
- id: pip-cache
20
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
21
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
22
with:
23
path: ${{ steps.pip-cache.outputs.dir }}
24
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
- name: Cache dependencies
32
- uses: actions/cache@v4
+ uses: actions/cache@v5
33
34
35
0 commit comments