From 0ec57a1b0393437d910c81ca3e96d0bd171daa16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 03:03:08 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to fd08b9c (#992) 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 0fc9497b5..4ff06ca64 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up JDK 8 - uses: actions/setup-java@2e74cbce18569d23ca8b812590dbb83f13ac7c5a + uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index edc382189..e565d68cb 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up JDK 8 - uses: actions/setup-java@2e74cbce18569d23ca8b812590dbb83f13ac7c5a + uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1aab8ee9..29866c563 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up JDK 8 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-java@2e74cbce18569d23ca8b812590dbb83f13ac7c5a + uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd with: java-version: '8' distribution: 'temurin'