We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4350a6 + 7b5faec commit b9ba5aeCopy full SHA for b9ba5ae
3 files changed
.github/workflows/api-level-lint.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v5
17
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
18
with:
19
distribution: 'temurin'
20
java-version: 21
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup JDK
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
.github/workflows/sonarcloud.yml
@@ -21,7 +21,7 @@ jobs:
21
22
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
23
- name: Set up JDK
24
25
26
27
0 commit comments