Skip to content

Commit

Permalink
Merge pull request #77 from zcash/ga
Browse files Browse the repository at this point in the history
Update gh-pages.yml
  • Loading branch information
str4d authored Dec 17, 2024
2 parents f9f58fd + c99322f commit b168102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "::set-output name=dir::$(pip cache dir)"

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down

0 comments on commit b168102

Please sign in to comment.