Skip to content

Commit cb5714b

Browse files
build(deps): bump actions/cache from 4 to 5 (#292)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 928936e commit cb5714b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node-version: ${{ matrix.node-version }}
3636
cache: npm
3737
- name: Node.js modules cache
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
id: modules-cache
4040
with:
4141
path: ${{ github.workspace }}/node_modules

.github/workflows/documentation_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: ${{ matrix.node-version }}
1919
cache: npm
2020
- name: Node.js modules cache
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
id: modules-cache
2323
with:
2424
path: ${{ github.workspace }}/node_modules

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: ${{ matrix.node-version }}
1919
cache: npm
2020
- name: Node.js modules cache
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
id: modules-cache
2323
with:
2424
path: ${{ github.workspace }}/node_modules

.github/workflows/packages_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: ${{ matrix.node-version }}
1919
cache: npm
2020
- name: Node.js modules cache
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
id: modules-cache
2323
with:
2424
path: ${{ github.workspace }}/node_modules

0 commit comments

Comments
 (0)