Skip to content

Commit 0142bbc

Browse files
build(deps): bump actions/cache from 4 to 5
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] <[email protected]>
1 parent 0d855e6 commit 0142bbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: '0'
3030

3131
- name: Cache build setup
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: node_modules/.cache
3535
key: ${{ runner.os }}-cache-${{ github.sha }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v6
4545
- name: Cache build setup
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: node_modules/.cache
4949
key: ${{ runner.os }}-cache-${{ github.sha }}

0 commit comments

Comments
 (0)