diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 0fc9497b5..4ff06ca64 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up JDK 8 - uses: actions/setup-java@2e74cbce18569d23ca8b812590dbb83f13ac7c5a + uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index edc382189..e565d68cb 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up JDK 8 - uses: actions/setup-java@2e74cbce18569d23ca8b812590dbb83f13ac7c5a + uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1aab8ee9..29866c563 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up JDK 8 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-java@2e74cbce18569d23ca8b812590dbb83f13ac7c5a + uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd with: java-version: '8' distribution: 'temurin'