From 09686741ad174f3467e7d8b8adfeef13f0afbcbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:50:25 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to 6a0805f (#1027) 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 547f51d8..f2b4de34 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 - uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 2a716544..c3876385 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 - uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 780cef77..d24ce45f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 with: java-version: '8' distribution: 'temurin'