Skip to content

Commit aedc4bf

Browse files
build(deps): update actions/cache digest to 0c907a7
1 parent 075f3c7 commit aedc4bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
32+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
22+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
2323
with:
2424
path: node_modules
2525
key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)