diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 6d14d03b..e76ef9e2 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 - uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 + uses: actions/setup-java@ea15b3b99cdc9ac45af1882d085e3f9297a75a8b with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 99ae3630..abe0aa05 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 - uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 + uses: actions/setup-java@ea15b3b99cdc9ac45af1882d085e3f9297a75a8b with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f2142b1..03d186c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 + uses: actions/setup-java@ea15b3b99cdc9ac45af1882d085e3f9297a75a8b with: java-version: '8' distribution: 'temurin'