We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b15b2a5 + fd6c468 commit e238c77Copy full SHA for e238c77
.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@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
+ uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
25
with:
26
path: ${{ steps.yarn-cache.outputs.dir }}
27
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments