Skip to content

Commit 3ee667d

Browse files
chore(deps): update actions/cache action to v4.2.3
1 parent 00ff85c commit 3ee667d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-node/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
3131
- name: Restore `node_modules`
3232
id: node-modules-restore
33-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
33+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3434
with:
3535
path: node_modules
3636
key: ${{ env.CACHE_KEY }}
@@ -57,7 +57,7 @@ runs:
5757

5858
- name: Write `node_modules` cache
5959
if: env.CACHE_HIT != 'true'
60-
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
60+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6161
with:
6262
path: node_modules
6363
key: ${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)