Skip to content

Commit 9f0df68

Browse files
Merge pull request #422 from avaje/dependabot/github_actions/master/actions/cache-4
[workflow]: Bump actions/cache from 3 to 4
2 parents ddf4fd1 + 60c8caf commit 9f0df68

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
@@ -21,7 +21,7 @@ jobs:
2121
java-version: ${{ matrix.java_version }}
2222
distribution: "zulu"
2323
- name: Maven cache
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
env:
2626
cache-name: maven-cache
2727
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@v3
30+
uses: actions/cache@v4
3131
env:
3232
cache-name: maven-cache
3333
with:

0 commit comments

Comments
 (0)