Skip to content

Commit bd0b5a7

Browse files
Merge pull request #873 from yutailang0119/bump-4.0.0
Bump to v4.0.0
2 parents bfa0d67 + a4d12f1 commit bd0b5a7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
1414
runs:
1515
using: 'node20'
1616
main: 'dist/index.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)