From 1dce996e9ed297464e49ba312bb23e8a6e867743 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 19:13:29 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to 67aec00 --- .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 37295eb3..d4684852 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - name: Set up JDK 17 - uses: actions/setup-java@ebb356cc4e59bcf94f518203228485f5d40e4b58 + uses: actions/setup-java@67aec007b3fcabe15ca665bfccc1e255dd52e30d with: java-version: '17' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 7acac630..00cf0a52 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - name: Set up JDK 11 - uses: actions/setup-java@ebb356cc4e59bcf94f518203228485f5d40e4b58 + uses: actions/setup-java@67aec007b3fcabe15ca665bfccc1e255dd52e30d with: java-version: ${{ matrix.build.java }} distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53141b44..baf5b5bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - name: Set up JDK 17 - uses: actions/setup-java@ebb356cc4e59bcf94f518203228485f5d40e4b58 + uses: actions/setup-java@67aec007b3fcabe15ca665bfccc1e255dd52e30d with: java-version: '17' distribution: 'temurin'