Skip to content

Commit 7cfea18

Browse files
authored
Merge pull request #1473 from modelix/renovate/actions-cache-digest
build(deps): update actions/cache digest to 5a3ec84
2 parents 81a5ca4 + de1efc3 commit 7cfea18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version-file: '.nvmrc'
3434
- name: Cache Node packages
35-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
35+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3636
with:
3737
path: node_modules
3838
key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
1212
with:
1313
node-version-file: '.nvmrc'
14-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
14+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
1515
with:
1616
path: node_modules
1717
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@d4323d4df104b026a6aa633fdb11d772146be0bf # 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)