From 3c560897f4800d4074127c1abe22c0210dcb2e7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 10:40:51 -0500 Subject: [PATCH] chore(deps): update actions/setup-java digest to 1df8dbe (#197) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index ac89e9c2..31d7d68c 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 - name: Set up JDK 8 - uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c + uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 5c313b46..bb8baa00 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 - name: Set up JDK 8 - uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c + uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8764a7df..bd895723 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c + uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b with: java-version: '8' distribution: 'temurin'