From 89cedb9d2ec709d7ad218e8b94852f8b947eb7f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 13:03:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to 87c1c70 (#469) 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 03bd4e59..1f1f1289 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 - name: Set up JDK 8 - uses: actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa + uses: actions/setup-java@87c1c7064c0055a1c5bf9f2c9187d414e9764478 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index f91efa05..fc87e345 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 - name: Set up JDK 8 - uses: actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa + uses: actions/setup-java@87c1c7064c0055a1c5bf9f2c9187d414e9764478 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9e7739e..79868df2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222 - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@ddb82ce8a6ecf5ac3e80c3184839e6661546e4aa + uses: actions/setup-java@87c1c7064c0055a1c5bf9f2c9187d414e9764478 with: java-version: '8' distribution: 'temurin'