From 98a7ed0727ba160642ad342f1d40e9c69980f4db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 00:32:37 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to 83a06ff (#1158) 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 6e08871b..6b0e26e4 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Set up JDK 8 - uses: actions/setup-java@292cc14be88d32cccdd768342b8aa1296a4d8d46 + uses: actions/setup-java@83a06ff9d9aa70f76a8d73278e646c20b2bf1ae5 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 6ed793ef..107a80ba 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Set up JDK 8 - uses: actions/setup-java@292cc14be88d32cccdd768342b8aa1296a4d8d46 + uses: actions/setup-java@83a06ff9d9aa70f76a8d73278e646c20b2bf1ae5 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 339703b7..6c279391 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Set up JDK 8 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-java@292cc14be88d32cccdd768342b8aa1296a4d8d46 + uses: actions/setup-java@83a06ff9d9aa70f76a8d73278e646c20b2bf1ae5 with: java-version: '8' distribution: 'temurin'