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 1f78683 commit 788af01Copy full SHA for 788af01
README.md
@@ -25,17 +25,17 @@ jobs:
25
android-lint:
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
with:
30
fetch-depth: 1
31
- name: set up JDK
32
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
33
34
distribution: zulu
35
- java-version: 11
+ java-version: 21
36
cache: gradle
37
- run: ./gradlew lint
38
- - uses: yutailang0119/action-android-lint@v3
+ - uses: yutailang0119/action-android-lint@v4
39
40
report-path: build/reports/*.xml # Support glob patterns by https://www.npmjs.com/package/@actions/glob
41
ignore-warnings: true # Ignore Lint Warnings
0 commit comments