Skip to content

Commit 8639535

Browse files
chore(deps): update actions/cache action to v6
1 parent 08e36a9 commit 8639535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: 24
2727
- name: Cache
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)