Skip to content

Commit c0028e2

Browse files
chore(deps): bump actions/cache from 3 to 4 (#96)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5dad8d commit c0028e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
node-version: ${{ matrix.node-version }}
6565

6666
- name: Cache node modules
67-
uses: actions/cache@v3
67+
uses: actions/cache@v4
6868
env:
6969
cache-name: cache-node-modules
7070
with:

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424

2525
- name: Cache node modules
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
env:
2828
cache-name: cache-node-modules
2929
with:

0 commit comments

Comments
 (0)