mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 13:29:35 -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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up JDK 1.8
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
|
Loading…
Reference in a new issue