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