Skip to content

Commit db0b315

Browse files
Bump actions/cache from 4.3.0 to 5.0.1 (#1243)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 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 ca349f8 commit db0b315

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
@@ -12,7 +12,7 @@ jobs:
1212
node-version: 24.x
1313
- run: npm ci
1414
- name: save cache
15-
uses: actions/cache@v4.3.0
15+
uses: actions/cache@v5.0.1
1616
with:
1717
path: |
1818
node_modules
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: 24.x
3131
- name: download cache
32-
uses: actions/cache@v4.3.0
32+
uses: actions/cache@v5.0.1
3333
with:
3434
path: |
3535
node_modules
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
node-version: ${{ matrix.node-version }}
6666
- name: download cache
67-
uses: actions/cache@v4.3.0
67+
uses: actions/cache@v5.0.1
6868
with:
6969
path: |
7070
node_modules

0 commit comments

Comments
 (0)