Skip to content

Commit

Permalink
Merge pull request #3045 from McGiverGim/update_setup-java_action
Browse files Browse the repository at this point in the history
Update setup-java action to version 3
  • Loading branch information
haslinghuis authored Oct 17, 2022
2 parents b5c2216 + 9dcb30d commit 83cbb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
cache: yarn

- name: Install Java JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v3
if: ${{ matrix.name == 'Android' }}
with:
distribution: temurin
Expand Down

0 comments on commit 83cbb79

Please sign in to comment.