We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8db495b + 4eeb66c commit b15b2a5Copy full SHA for b15b2a5
.github/workflows/gh-pages.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
13
14
- name: Setup Node
15
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
+ uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
16
with:
17
node-version: '12.x'
18
@@ -21,7 +21,7 @@ jobs:
21
run: echo "::set-output name=dir::$(yarn cache dir)"
22
23
- name: Cache dependencies
24
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
+ uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
25
26
path: ${{ steps.yarn-cache.outputs.dir }}
27
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments