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 be7fdd0 commit 5172ff7Copy full SHA for 5172ff7
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
run: docker network prune --force
29
- uses: actions/checkout@v5
30
- name: Set up JDK 21
31
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
32
with:
33
distribution: 'temurin'
34
java-version: 21
.github/workflows/snapshot.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
17
18
19
20
21
0 commit comments