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 5aeae3f commit 4f50994Copy full SHA for 4f50994
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/[email protected]
22
23
- name: "Set up JDK"
24
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
25
with:
26
distribution: 'zulu'
27
java-version: 21
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
17
java-version: '21'
0 commit comments