We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc5d60 commit b38a6c2Copy full SHA for b38a6c2
.github/workflows/gh-pages.yaml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
18
with:
19
node-version: 22.x
20
- - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
21
22
path: node_modules
23
key: ${{ runner.os }}-go-dep-${{ hashFiles('**/yarn.lock') }}
0 commit comments