Skip to content

Commit

Permalink
Using setup-java v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMc331 committed May 7, 2023
1 parent 6ab1d6e commit 4083b7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set Up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 1.17

- name: Setup Gradle
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/android_ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
uses: actions/checkout@v3

- name: Set Up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 1.17

- name: Setup Gradle
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/danger_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
uses: actions/checkout@v3

- name: Set Up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 1.17

- name: Setup Gradle
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/template_change_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set Up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 1.17

- name: Setup Gradle
Expand Down

0 comments on commit 4083b7d

Please sign in to comment.