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.
2 parents 221cc62 + 307a0b0 commit ea22742Copy full SHA for ea22742
.github/workflows/build-pull-request.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v5
15
16
- name: Set up JDK 17
17
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
18
with:
19
java-version: '17'
20
distribution: 'liberica'
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
- name: Check out
21
22
0 commit comments