We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8b30e commit 5b0018dCopy full SHA for 5b0018d
.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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # tag: v4.2.0
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # tag: v4.2.2
35
with:
36
path: node_modules
37
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}-node-modules
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments