Skip to content

Commit dbdb8ba

Browse files
Bump actions/cache from 3 to 4 (adazzle#3435)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6012b5 commit dbdb8ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: '21.x'
2020
check-latest: true
21-
- uses: actions/cache@v3
21+
- uses: actions/cache@v4
2222
with:
2323
path: ~/.npm
2424
key: npm-${{ hashFiles('package.json') }}
@@ -49,11 +49,11 @@ jobs:
4949
with:
5050
node-version: '21.x'
5151
check-latest: true
52-
- uses: actions/cache@v3
52+
- uses: actions/cache@v4
5353
with:
5454
path: ~/.npm
5555
key: npm-${{ hashFiles('package.json') }}
56-
- uses: actions/cache@v3
56+
- uses: actions/cache@v4
5757
with:
5858
path: node_modules/.cache
5959
key: build-${{ hashFiles('package.json') }}

0 commit comments

Comments
 (0)