Skip to content

Commit 3d7a673

Browse files
renovate[bot]slisson
authored andcommitted
build(deps): update actions/cache digest to 5a3ec84
1 parent d421d98 commit 3d7a673

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@5a3ec84eff668545956fd18022155c47e93e2684 # 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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2323
with:
2424
path: node_modules
2525
key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)