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 91e94cb + 99e305d commit dc59d1cCopy full SHA for dc59d1c
.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@v4
+ uses: actions/cache@v5
25
env:
26
cache-name: maven-cache
27
with:
.github/workflows/jdk-ea-stable.yml
@@ -24,7 +24,7 @@ jobs:
release: ea
version: stable
28
29
30
.github/workflows/jdk-ea.yml
@@ -28,7 +28,7 @@ jobs:
website: jdk.java.net
release: ${{ matrix.java_version }}
31
32
33
34
0 commit comments