From 8d7b461aa9cf6a14e629967778025f82c43f2d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:36:49 +0000 Subject: [PATCH] Bump actions/setup-java from 5.6.0 to 5.7.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/03ad4de0992f5dab5e18fcb136590ce7c4a0ac95...b6effb05e454b25005698d916606bdc6ffcbf961) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5b0fe5f..7317415 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@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 with: java-version: '17' distribution: 'temurin' diff --git a/.github/workflows/distribute-mavencentral.yml b/.github/workflows/distribute-mavencentral.yml index 6bcf91b..511eb83 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@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 with: java-version: '17' distribution: 'temurin'