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.
2 parents 67a8611 + ef12b94 commit 6c5b589Copy full SHA for 6c5b589
.github/workflows/sonarcloud.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-latest
33
steps:
34
- name: Set up JDK 21
35
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
36
with:
37
distribution: "adopt"
38
java-version: 21
.github/workflows/validatePullRequest.yml
@@ -28,7 +28,7 @@ jobs:
28
dotnet-version: 6.0.x
29
30
- name: Setup JDK for android targets
31
distribution: 'microsoft'
java-version: '11'
0 commit comments