We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a15fc13 + 976813a commit 70a08c5Copy full SHA for 70a08c5
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
java-version: ${{ matrix.java_version }}
24
distribution: 'zulu'
25
- name: Maven cache
26
- uses: actions/cache@v2
+ uses: actions/cache@v4
27
env:
28
cache-name: maven-cache
29
with:
.github/workflows/jdk-ea.yml
@@ -27,7 +27,7 @@ jobs:
website: jdk.java.net
release: ${{ matrix.java_version }}
30
31
32
33
0 commit comments