Skip to content

Commit 8b301ce

Browse files
chore(deps): update actions/cache action to v6
1 parent 4d17b6c commit 8b301ce

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

0 commit comments

Comments
 (0)