Skip to content

Commit 1e4125a

Browse files
chore(deps): update actions/cache action to v6
1 parent ef9389e commit 1e4125a

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@v5.1.0
30+
uses: actions/cache@v6.1.0
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@v5.1.0
35+
uses: actions/cache@v6.1.0
3636
id: cache-node-modules
3737
with:
3838
path: node_modules

0 commit comments

Comments
 (0)