From c64a23ea46c0681c46e79a76798cac03e510c8b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:08:39 +0000 Subject: [PATCH] chore: update actions/setup-java action to v5 --- .github/workflows/publish.yml | 2 +- .github/workflows/verifyPr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index feeac1e..c7bfc84 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,7 +42,7 @@ jobs: - run: "echo \"# Release version ${{ env.VERSION }}\" > $GITHUB_STEP_SUMMARY" # Build preparations - - uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0 + - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 with: java-version: '21' distribution: temurin diff --git a/.github/workflows/verifyPr.yml b/.github/workflows/verifyPr.yml index c0669a2..f4344f1 100644 --- a/.github/workflows/verifyPr.yml +++ b/.github/workflows/verifyPr.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 # Build preparations - - uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0 + - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 with: java-version: '21' distribution: temurin