From 1d00be7f31588e8e5428629701afc07086cf056f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:25:32 +0000 Subject: [PATCH] chore: bump actions/setup-java from 5.7.0 to 6.0.0 in the actions group Bumps the actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/java.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 8f418b7e0a..ad34d0e0dd 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -55,7 +55,7 @@ jobs: fetch-depth: 0 persist-credentials: false submodules: recursive - - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 + - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: cache: "maven" distribution: "temurin" @@ -81,7 +81,7 @@ jobs: fetch-depth: 0 persist-credentials: false submodules: recursive - - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 + - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: cache: "maven" distribution: "temurin" @@ -122,7 +122,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 + - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: cache: "maven" distribution: "temurin" @@ -262,7 +262,7 @@ jobs: path: artifacts pattern: jni-artifacts-* merge-multiple: true - - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 + - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: cache: "maven" distribution: "temurin"