Skip to content

Commit 472aadc

Browse files
[workflow]: 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 60e3708 commit 472aadc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
java-version: ${{ matrix.java_version }}
2929
distribution: 'zulu'
3030
- name: Maven cache
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
env:
3333
cache-name: maven-cache
3434
with:

.github/workflows/jdk-ea.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
website: jdk.java.net
2828
release: ${{ matrix.java_version }}
2929
- name: Maven cache
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
env:
3232
cache-name: maven-cache
3333
with:

0 commit comments

Comments
 (0)