Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4.2.1
Browse files Browse the repository at this point in the history
| datasource  | package       | from   | to     |
| ----------- | ------------- | ------ | ------ |
| github-tags | actions/cache | v4.2.0 | v4.2.1 |
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent 65d13a9 commit 1ee5437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
}}' >> "$GITHUB_ENV"
- name: ♻️ Restore `node_modules`
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
id: node-modules-restore
with:
path: node_modules
Expand Down Expand Up @@ -53,7 +53,7 @@ runs:

- name: ♻️ Write `node_modules` cache
if: inputs.save-cache == 'true' && env.CACHE_HIT != 'true'
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
with:
path: node_modules
key: ${{ env.CACHE_KEY }}
Expand Down

0 comments on commit 1ee5437

Please sign in to comment.