Skip to content

Commit b0aefd9

Browse files
build(deps): update actions/cache action to v6
1 parent 2bf53f1 commit b0aefd9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dry-run-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version-file: '.nvmrc'
3131
- name: Cache Node packages
32-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
32+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
3333
with:
3434
path: node_modules
3535
key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version-file: '.nvmrc'
2121
- name: Cache Node packages
22-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
22+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
2323
with:
2424
path: node_modules
2525
key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)