From 90c931acd9aab1f2b7c0cd85d851d82219852cb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:35:45 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to b943a4e (#536) 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 289e77433..025fbd6fe 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@c16064d22c3f04f299673458d8c085366d0fa04e + uses: actions/setup-java@b943a4ed876ec91f6d0cde2181d88d24e8e348de with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 2bc05ed5a..fd5cad13e 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 - name: Set up JDK 8 - uses: actions/setup-java@c16064d22c3f04f299673458d8c085366d0fa04e + uses: actions/setup-java@b943a4ed876ec91f6d0cde2181d88d24e8e348de with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5348a48b1..a8b9d79d9 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@c16064d22c3f04f299673458d8c085366d0fa04e + uses: actions/setup-java@b943a4ed876ec91f6d0cde2181d88d24e8e348de with: java-version: '8' distribution: 'temurin'