Skip to content

Commit eab5d97

Browse files
dependabot[bot]vrubezhny
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 95af4b8 commit eab5d97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143

144144

145145
- name: "Cache: Local Maven Repository"
146-
uses: actions/cache@v4
146+
uses: actions/cache@v5
147147
with:
148148
# Excluded sub directory not working https://github.com/actions/toolkit/issues/713
149149
path: |
@@ -156,7 +156,7 @@ jobs:
156156

157157

158158
- name: "Cache: Local Tycho Repository"
159-
uses: actions/cache@v4
159+
uses: actions/cache@v5
160160
with:
161161
path: |
162162
~/.m2/repository/.cache/tycho

.github/workflows/licensecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
maven-version: 3.9.9
6464
- name: Cache local Maven repository
65-
uses: actions/cache@v4
65+
uses: actions/cache@v5
6666
with:
6767
path: ~/.m2/repository
6868
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)