Skip to content

Commit dabc7f9

Browse files
Update actions/cache digest to 0400d5f (#328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b19081 commit dabc7f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
persist-credentials: false
1414

1515
- name: Cache dependencies
16-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
16+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
1717
with:
1818
path: ~/.npm
1919
key: ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
persist-credentials: false
1212

1313
- name: Cache dependencies
14-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
14+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
1515
with:
1616
path: ~/.npm
1717
key: ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)