Skip to content

Commit 1caa104

Browse files
Bump actions/cache from 5.0.1 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30efdea commit 1caa104

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/[email protected].1
15+
uses: actions/[email protected].2
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/[email protected].1
32+
uses: actions/[email protected].2
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/[email protected].1
67+
uses: actions/[email protected].2
6868
with:
6969
path: |
7070
node_modules

0 commit comments

Comments
 (0)