From 08c10e7e5aa307245bf2c903a68d863d294e400d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:13:20 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to 8e04ddf --- .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 e2ab02569..41ead5b3f 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 - uses: actions/setup-java@67fbd726daaf08212a7b021c1c4d117f94a81dd3 + uses: actions/setup-java@8e04ddff28554375a9a1096c888a2ef2c9803cd7 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index f64d4a27a..9aa68b369 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 - uses: actions/setup-java@67fbd726daaf08212a7b021c1c4d117f94a81dd3 + uses: actions/setup-java@8e04ddff28554375a9a1096c888a2ef2c9803cd7 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1b86fe47..b47fceb9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-java@67fbd726daaf08212a7b021c1c4d117f94a81dd3 + uses: actions/setup-java@8e04ddff28554375a9a1096c888a2ef2c9803cd7 with: java-version: '8' distribution: 'temurin'