diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08806d9..3083cd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - name: Install dependencies run: npm i - name: Set up JDK 11 - uses: actions/setup-java@v1 + uses: actions/setup-java@v3 with: java-version: 11 - name: Copy web assets to native platform