Skip to content

Commit 8217bb3

Browse files
dependabot[bot]slisson
authored andcommitted
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] <support@github.com>
1 parent 5f4cabb commit 8217bb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dry-run-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
registry-url: 'https://artifacts.itemis.cloud/repository/npm-open/'
3232
scope: '<@modelix>'
3333
- name: Cache Node packages
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: node_modules
3737
key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
registry-url: 'https://artifacts.itemis.cloud/repository/npm-open/'
2222
scope: '<@modelix>'
2323
- name: Cache Node packages
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: node_modules
2727
key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)