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 ddf4fd1 + 60c8caf commit 9f0df68Copy full SHA for 9f0df68
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
java-version: ${{ matrix.java_version }}
22
distribution: "zulu"
23
- name: Maven cache
24
- uses: actions/cache@v3
+ uses: actions/cache@v4
25
env:
26
cache-name: maven-cache
27
with:
.github/workflows/jdk-ea.yml
@@ -27,7 +27,7 @@ jobs:
website: jdk.java.net
28
release: ${{ matrix.java_version }}
29
30
31
32
33
0 commit comments