Skip to content

Commit 601296f

Browse files
build(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9bdc237 commit 601296f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Action Repo: https://github.com/actions/cache
3535
- name: "Cache node_modules"
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: node_modules
3939
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
@@ -75,7 +75,7 @@ jobs:
7575

7676
# Action Repo: https://github.com/actions/cache
7777
- name: "Cache node_modules"
78-
uses: actions/cache@v3
78+
uses: actions/cache@v4
7979
with:
8080
path: node_modules
8181
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)