Skip to content

Commit

Permalink
Merge pull request #362 from yutailang0119/update/readme
Browse files Browse the repository at this point in the history
Update README for Usage
  • Loading branch information
yutailang0119 authored Mar 9, 2022
2 parents fc0ec4d + be1af66 commit 19c7e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
android-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
Expand Down

0 comments on commit 19c7e01

Please sign in to comment.