Skip to content

Commit 788af01

Browse files
committed
Fix README to update Usage
1 parent 1f78683 commit 788af01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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

0 commit comments

Comments
 (0)