We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ff85c commit 63aba86Copy full SHA for 63aba86
.github/actions/setup-node/action.yml
@@ -30,7 +30,7 @@ runs:
30
31
- name: Restore `node_modules`
32
id: node-modules-restore
33
- uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
34
with:
35
path: node_modules
36
key: ${{ env.CACHE_KEY }}
@@ -57,7 +57,7 @@ runs:
57
58
- name: Write `node_modules` cache
59
if: env.CACHE_HIT != 'true'
60
- uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
61
62
63
0 commit comments