From 76a807b12e1fc4a35ca5f67c35724af6f7b0cfe1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:09:52 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to 3617c43 --- .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 593227e28..de522b9ee 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: Set up JDK 8 - uses: actions/setup-java@a82e6d00200608b0b4c131bc9a89f7349786bd33 + uses: actions/setup-java@3617c43588448d532250f5c331dffcca90e398f1 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index d69ca15b1..5417c3ad0 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: Set up JDK 8 - uses: actions/setup-java@a82e6d00200608b0b4c131bc9a89f7349786bd33 + uses: actions/setup-java@3617c43588448d532250f5c331dffcca90e398f1 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2ce4a9bb..91774e9a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@a82e6d00200608b0b4c131bc9a89f7349786bd33 + uses: actions/setup-java@3617c43588448d532250f5c331dffcca90e398f1 with: java-version: '8' distribution: 'temurin'