mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 13:29:35 -08:00
[CI][README.md] Update setup-java to v3
This commit is contained in:
parent
f56c207000
commit
98f14d164f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/run.yml
vendored
2
.github/workflows/run.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
path: ./build/
|
path: ./build/
|
||||||
|
|
||||||
- name: Set up JDK 1.8
|
- name: Set up JDK 1.8
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
|
|
|
@ -17,7 +17,7 @@ steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up JDK 1.8
|
- name: Set up JDK 1.8
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue