Skip to content

Commit 0308e4d

Browse files
Bump actions/cache from 4.0.0 to 4.0.2 (#1058)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.0...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77f0ca6 commit 0308e4d

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

0 commit comments

Comments
 (0)