Skip to content

Commit

Permalink
ci: update actions/setup-java to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Dec 29, 2023
1 parent 9f41bd7 commit 1f49c24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
- name: Install Node.js dependencies
run: npm ci
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: "zulu"
java-version: ${{ env.JAVA_VERSION }}
- name: Copy web assets to native platform
run: npx ionic capacitor copy android --no-build
Expand Down

0 comments on commit 1f49c24

Please sign in to comment.