Skip to content

Commit edcf71d

Browse files
Bump actions/cache from 5.0.3 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f957ae commit edcf71d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v5.0.3
15+
uses: actions/cache@v5.0.4
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@v5.0.3
32+
uses: actions/cache@v5.0.4
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@v5.0.3
67+
uses: actions/cache@v5.0.4
6868
with:
6969
path: |
7070
node_modules

0 commit comments

Comments
 (0)