Skip to content

Commit 494dc9f

Browse files
Update actions/cache digest to 5a3ec84 (#261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f818458 commit 494dc9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/couchdb.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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
14+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
1515
with:
1616
path: ~/.npm
1717
key: ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}

.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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
16+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
14+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
1515
with:
1616
path: ~/.npm
1717
key: ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)