Skip to content

Commit

Permalink
Update actions/setup-java to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank authored and gzsombor committed Jul 26, 2021
1 parent 5be8576 commit 39f2f4d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- name: set up JDK 1.8
uses: actions/setup-java@v1
- name: set up JDK 8
uses: actions/setup-java@v2
with:
java-version: 1.8
java-version: 8
distribution: "adopt"
- name: Cache Gradle packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 39f2f4d

Please sign in to comment.