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 2122e67 + 77aefb0 commit 486b877Copy full SHA for 486b877
.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@v4
+ uses: actions/cache@v5
27
env:
28
cache-name: maven-cache
29
with:
.github/workflows/jdk-ea-stable.yml
@@ -24,7 +24,7 @@ jobs:
release: ea
version: stable
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