We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66670ae + 0fdb997 commit b67232fCopy full SHA for b67232f
.github/workflows/gh-pages.yml
@@ -9,7 +9,7 @@ jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
13
14
- name: Setup Node
15
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
@@ -21,7 +21,7 @@ jobs:
21
run: echo "::set-output name=dir::$(yarn cache dir)"
22
23
- name: Cache dependencies
24
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
+ uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
25
with:
26
path: ${{ steps.yarn-cache.outputs.dir }}
27
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments