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 2318f12 commit b01dadfCopy full SHA for b01dadf
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Install Java and Maven
18
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
19
with:
20
java-version: 17
21
distribution: 'temurin'
.github/workflows/gradle-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
java-version: '17'
0 commit comments