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 fe01994 commit 6fb3c0dCopy full SHA for 6fb3c0d
.github/workflows/maven-action.yml
@@ -28,7 +28,7 @@ jobs:
28
restore-keys: ${{ runner.os }}-maven-
29
30
- name: Step 3 - Setup JDK 17
31
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
32
with:
33
distribution: 'temurin'
34
java-version: 17
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
- name: Setup JDK 17
26
27
0 commit comments