We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1480215 + 598a43c commit 60d8ebfCopy full SHA for 60d8ebf
.github/workflows/gh-pages.yml
@@ -21,7 +21,7 @@ jobs:
21
run: echo "::set-output name=dir::$(yarn cache dir)"
22
23
- name: Cache dependencies
24
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
25
with:
26
path: ${{ steps.yarn-cache.outputs.dir }}
27
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments