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 bb7dd51 + 348094a commit 4d93146Copy full SHA for 4d93146
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- name: Set up JDK
21
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
22
with:
23
java-version: ${{ matrix.java }}
24
distribution: 'temurin'
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
echo "Publishing version: $VERSION"
- name: Set up JDK 8
25
java-version: '8'
26
0 commit comments