We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08f4a02 + f51ea80 commit 6ce9019Copy full SHA for 6ce9019
.github/workflows/ci-java11.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 1
26
27
- name: Set up JDK 11
28
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
29
with:
30
distribution: temurin
31
java-version: '11'
.github/workflows/ci-java21.yml
- name: Set up JDK 21
java-version: '21'
.github/workflows/ci-java8.yml
- name: Set up JDK 8
java-version: '8'
0 commit comments