From a575770be09cc50625b56d1e13cc574c6f210c0b Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Sat, 14 May 2022 10:42:36 -0400 Subject: [PATCH] Update build workflow actions (cherry picked from commit c1c934011f79fd61d691792289d5e7a47986fbca) --- .github/workflows/TachiyomiSY-Release-Builder.yml | 3 ++- .github/workflows/build_check.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TachiyomiSY-Release-Builder.yml b/.github/workflows/TachiyomiSY-Release-Builder.yml index 1ad1fe3ea..cd02bf6e2 100644 --- a/.github/workflows/TachiyomiSY-Release-Builder.yml +++ b/.github/workflows/TachiyomiSY-Release-Builder.yml @@ -32,9 +32,10 @@ jobs: uses: actions/checkout@v2 - name: Set up JDK 11 - uses: actions/setup-java@v1 + uses: actions/setup-java@v3 with: java-version: 11 + distribution: adopt - name: Copy CI gradle.properties run: | diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index c60906992..90e9eebb7 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -28,9 +28,10 @@ jobs: uses: actions/checkout@v2 - name: Set up JDK 11 - uses: actions/setup-java@v1 + uses: actions/setup-java@v3 with: java-version: 11 + distribution: adopt - name: Copy CI gradle.properties run: |