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 d2a93c6 commit 75ed387Copy full SHA for 75ed387
.github/workflows/ci-build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: git clone
14
uses: actions/checkout@v4
15
- name: Set up JDK
16
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
17
with:
18
distribution: temurin
19
# Java 11 for Gradle 6.x support
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
java-version: 17
0 commit comments