We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 116b22e + 8bcfd38 commit 950c0f0Copy full SHA for 950c0f0
.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/[email protected].6
+ uses: actions/[email protected].7
30
with:
31
path: ${{ steps.pip-cache.outputs.dir }}
32
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments