We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66bd3cb + 09e5328 commit 06dfe31Copy full SHA for 06dfe31
.github/workflows/nodejs.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
20
21
- name: Cache
22
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
23
with:
24
path: |
25
~/cache
.github/workflows/pull_request.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
0 commit comments