Skip to content

Commit 14e7347

Browse files
dependabot[bot]iOvergaard
authored andcommitted
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 a7166e6 commit 14e7347

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
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: '0'
3939

4040
- name: Cache build setup
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: node_modules/.cache
4444
key: ${{ runner.os }}-cache-${{ github.sha }}

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)