Skip to content

Commit 5904d95

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 905ed08 commit 5904d95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
node: ${{ matrix.node }}
5555

5656
- name: Save build artifacts
57-
uses: actions/cache/save@v3
57+
uses: actions/cache/save@v4
5858
with:
5959
path: .
6060
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
@@ -76,7 +76,7 @@ jobs:
7676
node-version: ${{ matrix.node }}
7777
cache: npm
7878

79-
- uses: actions/cache/restore@v3
79+
- uses: actions/cache/restore@v4
8080
with:
8181
path: .
8282
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
@@ -101,7 +101,7 @@ jobs:
101101
node-version: 18
102102
cache: npm
103103

104-
- uses: actions/cache/restore@v3
104+
- uses: actions/cache/restore@v4
105105
with:
106106
path: .
107107
key: 18-${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)