Skip to content

Commit

Permalink
Merge pull request #873 from yutailang0119/bump-4.0.0
Browse files Browse the repository at this point in the history
Bump to v4.0.0
  • Loading branch information
yutailang0119 committed Apr 3, 2024
2 parents bfa0d67 + a4d12f1 commit bd0b5a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
android-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 11
java-version: 21
cache: gradle
- run: ./gradlew lint
- uses: yutailang0119/action-android-lint@v3
- uses: yutailang0119/action-android-lint@v4
with:
report-path: build/reports/*.xml # Support glob patterns by https://www.npmjs.com/package/@actions/glob
ignore-warnings: true # Ignore Lint Warnings
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ inputs:
required: true
follow-symbolic-links:
description: 'Indicates whether to follow symbolic links'
default: true
default: 'true'
ignore-warnings:
description: 'Ignore Lint Warnings'
default: false
default: 'false'
runs:
using: 'node20'
main: 'dist/index.js'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-android-lint",
"version": "3.1.0",
"version": "4.0.0",
"private": false,
"description": "GitHub Actions for Android style and conventions",
"main": "lib/main.js",
Expand Down

0 comments on commit bd0b5a7

Please sign in to comment.