diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 6e08871b7..6b0e26e4f 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Set up JDK 8 - uses: actions/setup-java@292cc14be88d32cccdd768342b8aa1296a4d8d46 + uses: actions/setup-java@83a06ff9d9aa70f76a8d73278e646c20b2bf1ae5 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 6ed793efd..107a80ba5 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Set up JDK 8 - uses: actions/setup-java@292cc14be88d32cccdd768342b8aa1296a4d8d46 + uses: actions/setup-java@83a06ff9d9aa70f76a8d73278e646c20b2bf1ae5 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 339703b79..6c2793919 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Set up JDK 8 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-java@292cc14be88d32cccdd768342b8aa1296a4d8d46 + uses: actions/setup-java@83a06ff9d9aa70f76a8d73278e646c20b2bf1ae5 with: java-version: '8' distribution: 'temurin'