Skip to content

Commit 96db4e5

Browse files
authoredDec 5, 2024··
chore(deps): update actions/cache action to v4.2.0
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.1.2 | v4.2.0 |
1 parent 0b11898 commit 96db4e5

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
@@ -18,7 +18,7 @@ runs:
1818
}}' >> "$GITHUB_ENV"
1919
2020
- name: ♻️ Restore `node_modules`
21-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
21+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2222
id: node-modules-restore
2323
with:
2424
path: node_modules
@@ -53,7 +53,7 @@ runs:
5353

5454
- name: ♻️ Write `node_modules` cache
5555
if: inputs.save-cache == 'true' && env.CACHE_HIT != 'true'
56-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
56+
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
5757
with:
5858
path: node_modules
5959
key: ${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)
Please sign in to comment.