We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b29c2 commit 22a0cbdCopy full SHA for 22a0cbd
.github/workflows/maven_jdk11.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Set up JDK 11
13
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
14
with:
15
java-version: '11'
16
distribution: 'adopt'
.github/workflows/maven_jdk8.yml
@@ -13,7 +13,7 @@ jobs:
- name: Set up JDK 8
17
18
java-version: '8'
19
0 commit comments