Skip to content

Commit 2fee415

Browse files
Bump actions/cache from 4 to 5 (#702)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71a9e42 commit 2fee415

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Cache dependencies
3131
id: cache-npm
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: ~/.npm
3535
key: ${{ github.job }}-npm-${{ hashFiles('**/package-lock.json') }}

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: '20.x'
2828

2929
- name: Cache dependencies
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.npm
3333
key: ${{ github.job }}-npm-${{ hashFiles('**/package-lock.json') }}
@@ -55,7 +55,7 @@ jobs:
5555
node-version: '20.x'
5656

5757
- name: Cache dependencies
58-
uses: actions/cache@v4
58+
uses: actions/cache@v5
5959
with:
6060
path: ~/.npm
6161
key: ${{ github.job }}-npm-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)