mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 13:29:35 -08:00
Bump actions/setup-java from v1 to v2
Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3404b45d4c
commit
2469709471
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run.yml
vendored
2
.github/workflows/run.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
path: ./build/
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 1.8
|
||||
|
||||
|
|
Loading…
Reference in a new issue