Skip to content

Commit

Permalink
Update deploy-apk.yaml to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoSMarques committed Nov 11, 2023
1 parent adcdebc commit f5d2753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v3.13.0
with:
java-version: "12.x"
java-version: "17.x"
distribution: "zulu"
- name: Setup Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit f5d2753

Please sign in to comment.