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 0c7f6f5 commit 0866cb6Copy full SHA for 0866cb6
2 files changed
.github/workflows/maven.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4.1.1
17
- name: Set up JDK 16
18
- uses: actions/setup-java@v3.13.0
+ uses: actions/setup-java@v4.0.0
19
with:
20
java-version: 16
21
distribution: temurin
.github/workflows/sonar.yml
@@ -14,7 +14,7 @@ jobs:
14
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
distribution: 'zulu' # Alternative distribution options are available.
0 commit comments