Skip to content

Commit baf3ef7

Browse files
Bump actions/cache from 3.3.3 to 4.0.0 (#1038)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86a6651 commit baf3ef7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node-version: 20.x
1313
- run: npm ci
1414
- name: save cache
15-
uses: actions/cache@v3.3.3
15+
uses: actions/cache@v4.0.0
1616
with:
1717
path: |
1818
node_modules
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: 20.x
3131
- name: download cache
32-
uses: actions/cache@v3.3.3
32+
uses: actions/cache@v4.0.0
3333
with:
3434
path: |
3535
node_modules
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
node-version: ${{ matrix.node-version }}
6565
- name: download cache
66-
uses: actions/cache@v3.3.3
66+
uses: actions/cache@v4.0.0
6767
with:
6868
path: |
6969
node_modules

0 commit comments

Comments
 (0)