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 047099f commit 7b057e9Copy full SHA for 7b057e9
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
24
# Set JDK
25
- name: Set up JDK
26
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
27
with:
28
java-version: '11'
29
distribution: 'temurin'
.github/workflows/publish-package.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v5
20
- name: Set up JDK 17
21
22
java-version: '17'
0 commit comments