From 4a4d81367b50ab957d99371ffe368c0977768329 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 19:15:57 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to 5b86b67 (#562) 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 d82baeb36..153fd0a51 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 - name: Set up JDK 8 - uses: actions/setup-java@b943a4ed876ec91f6d0cde2181d88d24e8e348de + uses: actions/setup-java@5b86b67f5bb794ee4de9464f70b700b9445b03a8 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 56431667a..dd5d05b23 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 - name: Set up JDK 8 - uses: actions/setup-java@b943a4ed876ec91f6d0cde2181d88d24e8e348de + uses: actions/setup-java@5b86b67f5bb794ee4de9464f70b700b9445b03a8 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8b9d79d9..6a77578c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@b943a4ed876ec91f6d0cde2181d88d24e8e348de + uses: actions/setup-java@5b86b67f5bb794ee4de9464f70b700b9445b03a8 with: java-version: '8' distribution: 'temurin'