We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35144c2 commit e32e928Copy full SHA for e32e928
.github/workflows/maven.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/[email protected]
20
21
- name: Set up JDK 17
22
- uses: actions/setup-java@v3.11.0
+ uses: actions/setup-java@v3.13.0
23
with:
24
java-version: '17'
25
distribution: 'adopt'
.github/workflows/sonarcloud.yml
@@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- name: Set up Java 16
26
27
28
java-version: '16'
29
0 commit comments