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 f4b7647 commit 9b5deacCopy full SHA for 9b5deac
.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
33
restore-keys: |
34
${{ runner.os }}-maven-
35
- name: Set up JDK 8
36
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
37
with:
38
java-version: 21
39
distribution: temurin
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
java-version: 8
48
distribution: adopt
0 commit comments