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 b4f661f commit 4692d5bCopy full SHA for 4692d5b
.github/workflows/publish_to_nexus.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v5
16
- name: Set up JDK 18
17
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
18
with:
19
distribution: temurin
20
java-version: 18
.github/workflows/verify.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
- name: Set up JDK 16
12
13
distribution: adopt
java-version: 16
0 commit comments