Skip to content

Commit 9612977

Browse files
authored
Merge pull request #531 from EricCrosson/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2 parents 6a762c0 + deb56d0 commit 9612977

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: npm
2828

2929
- name: Cache npm dependencies
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
id: cache-node-modules
3232
with:
3333
path: node_modules

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: npm
3333

3434
- name: Cache npm dependencies
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
id: cache-node-modules
3737
with:
3838
path: node_modules

0 commit comments

Comments
 (0)