We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b14e345 + 4539ccf commit 0b4cac0Copy full SHA for 0b4cac0
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@v4.2.4
+ uses: actions/cache@v4.3.0
30
with:
31
path: ${{ steps.pip-cache.outputs.dir }}
32
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments