Skip to content

Commit 77aefb0

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] <support@github.com>
1 parent 2122e67 commit 77aefb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: ${{ matrix.java_version }}
2424
distribution: 'zulu'
2525
- name: Maven cache
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
env:
2828
cache-name: maven-cache
2929
with:

.github/workflows/jdk-ea-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
release: ea
2525
version: stable
2626
- name: Maven cache
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
env:
2929
cache-name: maven-cache
3030
with:

.github/workflows/jdk-ea.yml

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

0 commit comments

Comments
 (0)