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.
1 parent ddf4fd1 commit 60c8cafCopy full SHA for 60c8caf
.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