From d95b758601f164880635bf922785a9c653ab300d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:40:58 +0000 Subject: [PATCH] chore(github-actions): update actions/setup-java action to v6 --- .github/workflows/publish-java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-java.yml b/.github/workflows/publish-java.yml index 787892b..6f84023 100644 --- a/.github/workflows/publish-java.yml +++ b/.github/workflows/publish-java.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false fetch-depth: 0 - - uses: actions/setup-java@v5.7.0 + - uses: actions/setup-java@v6.0.0 with: java-version: "21" distribution: temurin