diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 10f476bc..0056a270 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -21,8 +21,8 @@ jobs: - name: Setup Java uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0 with: + distribution: 'temurin' java-version: 8 - java-package: jdk - name: Setup Python uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 with: @@ -226,8 +226,8 @@ jobs: - name: Setup Java uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0 with: + distribution: 'temurin' java-version: 8 - java-package: jdk - name: Setup Python uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 with: