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 3812daa commit 7998af3Copy full SHA for 7998af3
.github/workflows/ci-build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: git clone
17
uses: actions/checkout@v5
18
- name: Set up JDK
19
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
20
with:
21
distribution: temurin
22
java-version: 17
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
15
0 commit comments