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.
1 parent b1b580d commit 9abfb46Copy full SHA for 9abfb46
.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@v4.2.3
+ uses: actions/cache@v4.2.4
30
with:
31
path: ${{ steps.pip-cache.outputs.dir }}
32
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments