Browse Source
Update actions/setup-java action to v2
renovate/org.robolectric-robolectric-4.x
Renovate Bot
4 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with
2 additions and
2 deletions
-
.github/workflows/github_nightly_release.yml
-
.github/workflows/github_pre_release.yml
|
@ -15,7 +15,7 @@ jobs: |
|
|
uses: actions/checkout@v2 |
|
|
uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- name: set up JDK 1.8 |
|
|
- name: set up JDK 1.8 |
|
|
uses: actions/setup-java@v1 |
|
|
|
|
|
|
|
|
uses: actions/setup-java@v2 |
|
|
with: |
|
|
with: |
|
|
java-version: 1.8 |
|
|
java-version: 1.8 |
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ jobs: |
|
|
uses: actions/checkout@v2 |
|
|
uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- name: set up JDK 1.8 |
|
|
- name: set up JDK 1.8 |
|
|
uses: actions/setup-java@v1 |
|
|
|
|
|
|
|
|
uses: actions/setup-java@v2 |
|
|
with: |
|
|
with: |
|
|
java-version: 1.8 |
|
|
java-version: 1.8 |
|
|
|
|
|
|
|
|