Skip to content

Commit 90116a5

Browse files
ci(Deps): bump actions/cache from 4.2.3 to 4.2.4 (#419)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 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 00a0c19 commit 90116a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cache: npm
6060

6161
- name: Cache dependencies
62-
uses: actions/[email protected].3
62+
uses: actions/[email protected].4
6363
with:
6464
key: node-${{ github.ref }}
6565
path: node_modules
@@ -127,7 +127,7 @@ jobs:
127127
cache: npm
128128

129129
- name: Cache dependencies
130-
uses: actions/[email protected].3
130+
uses: actions/[email protected].4
131131
with:
132132
key: node-${{ github.ref }}
133133
path: node_modules
@@ -198,7 +198,7 @@ jobs:
198198
cache: npm
199199

200200
- name: Cache dependencies
201-
uses: actions/[email protected].3
201+
uses: actions/[email protected].4
202202
with:
203203
key: node-${{ github.ref }}
204204
path: node_modules
@@ -311,7 +311,7 @@ jobs:
311311
cache: npm
312312

313313
- name: Cache dependencies
314-
uses: actions/[email protected].3
314+
uses: actions/[email protected].4
315315
with:
316316
key: node-${{ github.ref }}
317317
path: node_modules
@@ -455,7 +455,7 @@ jobs:
455455
cache: npm
456456

457457
- name: Cache dependencies
458-
uses: actions/[email protected].3
458+
uses: actions/[email protected].4
459459
with:
460460
key: node-${{ github.ref }}
461461
path: node_modules
@@ -523,7 +523,7 @@ jobs:
523523
cache: npm
524524

525525
- name: Cache dependencies
526-
uses: actions/[email protected].3
526+
uses: actions/[email protected].4
527527
with:
528528
key: node-${{ github.ref }}
529529
path: node_modules

0 commit comments

Comments
 (0)