File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ jobs:
2525 android-lint :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 with :
3030 fetch-depth : 1
3131 - name : set up JDK
32- uses : actions/setup-java@v3
32+ uses : actions/setup-java@v4
3333 with :
3434 distribution : zulu
35- java-version : 11
35+ java-version : 21
3636 cache : gradle
3737 - run : ./gradlew lint
38- - uses : yutailang0119/action-android-lint@v3
38+ - uses : yutailang0119/action-android-lint@v4
3939 with :
4040 report-path : build/reports/*.xml # Support glob patterns by https://www.npmjs.com/package/@actions/glob
4141 ignore-warnings : true # Ignore Lint Warnings
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ inputs:
77 required : true
88 follow-symbolic-links :
99 description : ' Indicates whether to follow symbolic links'
10- default : true
10+ default : ' true'
1111 ignore-warnings :
1212 description : ' Ignore Lint Warnings'
13- default : false
13+ default : ' false'
1414runs :
1515 using : ' node20'
1616 main : ' dist/index.js'
Original file line number Diff line number Diff line change 11{
22 "name" : " action-android-lint" ,
3- "version" : " 3.1 .0" ,
3+ "version" : " 4.0 .0" ,
44 "private" : false ,
55 "description" : " GitHub Actions for Android style and conventions" ,
66 "main" : " lib/main.js" ,
You can’t perform that action at this time.
0 commit comments