Skip to content

Commit 976813a

Browse files
[workflow]: Bump actions/cache from 2 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...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 a15fc13 commit 976813a

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
@@ -23,7 +23,7 @@ jobs:
2323
java-version: ${{ matrix.java_version }}
2424
distribution: 'zulu'
2525
- name: Maven cache
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
env:
2828
cache-name: maven-cache
2929
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@v2
30+
uses: actions/cache@v4
3131
env:
3232
cache-name: maven-cache
3333
with:

0 commit comments

Comments
 (0)