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 e811455 + 459566a commit f2bd663Copy full SHA for f2bd663
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
java-version: ${{ matrix.java_version }}
25
distribution: 'zulu'
26
- name: Maven cache
27
- uses: actions/cache@v2
+ uses: actions/cache@v4
28
env:
29
cache-name: maven-cache
30
with:
.github/workflows/jdk-ea.yml
@@ -29,7 +29,7 @@ jobs:
website: jdk.java.net
release: ${{ matrix.java_version }}
31
32
33
34
35
0 commit comments