From fe8698feb0e7b8ccc4911352f6071d833a8bba64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 11:38:01 -0500 Subject: [PATCH] chore(deps): update actions/setup-java digest to ea15b3b (#285) 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 6d14d03b..e76ef9e2 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 - uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 + uses: actions/setup-java@ea15b3b99cdc9ac45af1882d085e3f9297a75a8b with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 99ae3630..abe0aa05 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 - uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 + uses: actions/setup-java@ea15b3b99cdc9ac45af1882d085e3f9297a75a8b with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f2142b1..03d186c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 + uses: actions/setup-java@ea15b3b99cdc9ac45af1882d085e3f9297a75a8b with: java-version: '8' distribution: 'temurin'