diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 31266dde5..d66b85550 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: Set up JDK 8 - uses: actions/setup-java@669e0727d83882f44d621538ec00d2301ba68e0a + uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 69753613e..7c726f256 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: Set up JDK 8 - uses: actions/setup-java@669e0727d83882f44d621538ec00d2301ba68e0a + uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5afbcf97..27eb81296 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@669e0727d83882f44d621538ec00d2301ba68e0a + uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 with: java-version: '8' distribution: 'temurin'