From 418a881df33959d2a23a61b671ab1d8145f6551a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:40:57 +0000 Subject: [PATCH] Bump actions/setup-java from 5.7.0 to 6.0.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.7.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/b6effb05e454b25005698d916606bdc6ffcbf961...dd06d9cba3e5552c54d9f8ea23572deb30010f7c) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/distribute-mavencentral-stg.yml | 2 +- .github/workflows/distribute-mavencentral.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distribute-mavencentral-stg.yml b/.github/workflows/distribute-mavencentral-stg.yml index e3bcd10..d89b363 100644 --- a/.github/workflows/distribute-mavencentral-stg.yml +++ b/.github/workflows/distribute-mavencentral-stg.yml @@ -99,7 +99,7 @@ jobs: EOF - name: Set up JDK 17 - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 + uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c with: java-version: '17' distribution: 'temurin' diff --git a/.github/workflows/distribute-mavencentral.yml b/.github/workflows/distribute-mavencentral.yml index 2cc6de3..fa3d57c 100644 --- a/.github/workflows/distribute-mavencentral.yml +++ b/.github/workflows/distribute-mavencentral.yml @@ -103,7 +103,7 @@ jobs: EOF - name: Set up JDK 17 - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 + uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c with: java-version: '17' distribution: 'temurin'