Skip to content

Commit 6b82695

Browse files
chore(deps): update actions/cache action to v5.0.2
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v5.0.1 | v5.0.2 |
1 parent 2c196f3 commit 6b82695

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
21+
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
56+
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5757
with:
5858
path: node_modules
5959
key: ${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)