mirror of
https://github.com/android-actions/setup-android
synced 2024-11-21 21:19:41 -08:00
[README.md] Update JDK version in step name
This commit is contained in:
parent
4ba30747dc
commit
110787489d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ See [action.yml](action.yml)
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
|
|
Loading…
Reference in a new issue