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 440bd48 commit 6aeccf6Copy full SHA for 6aeccf6
.github/workflows/sonar.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
24
- name: Set up JDK 11
25
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
26
27
distribution: 'adopt'
28
java-version: 11
.github/workflows/unit-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
fetch-depth: 2
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
java-version: ${{ matrix.java }}
0 commit comments