Skip to content

Commit df0ae3e

Browse files
chore(deps): update actions/cache digest to 0057852
1 parent 6fa312f commit df0ae3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scheduled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Dependencies
3333
run: npm ci
3434

35-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
35+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3636
with:
3737
path: ~/.npm
3838
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install Dependencies
7575
run: npm ci
7676

77-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
77+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
7878
with:
7979
path: ~/.npm
8080
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -116,7 +116,7 @@ jobs:
116116
- name: Install Dependencies
117117
run: npm ci
118118

119-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
119+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
120120
with:
121121
path: ~/.npm
122122
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)