Skip to content

Commit 5ee23f6

Browse files
Update actions/cache digest to d4323d4 (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fdb8bab commit 5ee23f6

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

0 commit comments

Comments
 (0)