Skip to content

Commit 486b877

Browse files
Merge pull request #70 from avaje/dependabot/github_actions/main/actions/cache-5
[workflow]: Bump actions/cache from 4 to 5
2 parents 2122e67 + 77aefb0 commit 486b877

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)