Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DeweyReed committed Jul 13, 2021
1 parent 5a65d50 commit 5ae02a4
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 @@ -17,13 +17,14 @@ jobs:
uses: actions/[email protected]

- name: Setup Java JDK
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v2.1.0
with:
java-version: 1.8
distribution: 'adopt'
java-version: 8

# https://github.com/actions/cache/blob/master/examples.md#java---gradle
- name: Cache
uses: actions/[email protected].3
uses: actions/[email protected].6
id: cache
with:
path: |
Expand Down

0 comments on commit 5ae02a4

Please sign in to comment.