Skip to content

Commit f2bd663

Browse files
Merge pull request #58 from avaje/dependabot/github_actions/master/actions/cache-4
[workflow]: Bump actions/cache from 2 to 4
2 parents e811455 + 459566a commit f2bd663

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
@@ -24,7 +24,7 @@ jobs:
2424
java-version: ${{ matrix.java_version }}
2525
distribution: 'zulu'
2626
- name: Maven cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
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
@@ -29,7 +29,7 @@ jobs:
2929
website: jdk.java.net
3030
release: ${{ matrix.java_version }}
3131
- name: Maven cache
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3333
env:
3434
cache-name: maven-cache
3535
with:

0 commit comments

Comments
 (0)