We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2562e5c + d0ddb2a commit e73c2c0Copy full SHA for e73c2c0
1 file changed
.github/workflows/github-pages.yml
@@ -26,7 +26,7 @@ jobs:
26
run: echo "::set-output name=dir::$(pip cache dir)"
27
28
- name: Cache dependencies
29
- uses: actions/cache@v5.0.3
+ uses: actions/cache@v5.0.5
30
with:
31
path: ${{ steps.pip-cache.outputs.dir }}
32
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments