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 0baf383 commit afcf4d2Copy full SHA for afcf4d2
.github/workflows/build.yaml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v5
15
16
- name: set up JDK 21
17
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
18
with:
19
distribution: 'zulu'
20
java-version: 21
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
0 commit comments