From 7cef6732ad2eda58f02c1f5787a815e2e2cb2124 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 19:36:41 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to 9eda6b5 (#700) 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 3b7477a5..b4992131 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Set up JDK 8 - uses: actions/setup-java@78078da0cd035d0d177cc2cb696e05d96fba7d11 + uses: actions/setup-java@9eda6b51cc4f6ee99be3dd5537b85e389e47bda9 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 876431af..c099835f 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Set up JDK 8 - uses: actions/setup-java@78078da0cd035d0d177cc2cb696e05d96fba7d11 + uses: actions/setup-java@9eda6b51cc4f6ee99be3dd5537b85e389e47bda9 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be5ea655..90b2496d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@78078da0cd035d0d177cc2cb696e05d96fba7d11 + uses: actions/setup-java@9eda6b51cc4f6ee99be3dd5537b85e389e47bda9 with: java-version: '8' distribution: 'temurin'