We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cee71 commit b3590e5Copy full SHA for b3590e5
.github/workflows/lint.yml
@@ -31,7 +31,7 @@ jobs:
31
node-version: lts/-1
32
- name: Cache node_modules
33
id: cache-node-modules
34
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # tag: v4.1.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # tag: v4.2.0
35
with:
36
path: node_modules
37
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}-node-modules
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
0 commit comments