Skip to content

Commit a491f7e

Browse files
chore(deps): update actions/cache action to v5 (#554)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 606ce39 commit a491f7e

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@v4
35+
- uses: actions/cache@v5
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@v4
77+
- uses: actions/cache@v5
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@v4
119+
- uses: actions/cache@v5
120120
with:
121121
path: ~/.npm
122122
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)