From 1f49c244cfc46bbff2b88b1623a097ecefc25ea4 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Fri, 29 Dec 2023 14:38:33 +0100 Subject: [PATCH] ci: update `actions/setup-java` to `v4` --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23b1eff..33bb923 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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