Skip to content

Commit 8f7b270

Browse files
authoredOct 22, 2024··
ci(deps): update actions/cache action to v4.1.2 (maint/7.x) (#1147)
ci(deps): update actions/cache action to v4.1.2 | datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.1.1 | v4.1.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77be360 commit 8f7b270

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
@@ -22,7 +22,7 @@ runs:
2222
}}' >> "$GITHUB_ENV"
2323
2424
- name: ♻️ Restore `node_modules`
25-
uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
25+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
2626
id: node-modules-restore
2727
with:
2828
path: node_modules
@@ -56,7 +56,7 @@ runs:
5656

5757
- name: ♻️ Write `node_modules` cache
5858
if: inputs.save-cache == 'true' && env.CACHE_HIT != 'true'
59-
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
59+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
6060
with:
6161
path: node_modules
6262
key: ${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)
Please sign in to comment.