From dc632e72475ae3191f501c921f9b4f4b185f8918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 05:36:59 +0000 Subject: [PATCH] Bump actions/setup-java in the all-github-actions-dependencies group Bumps the all-github-actions-dependencies group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5.6.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 2524993..4fa77bc 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/setup-java@v5.6.0 + - uses: actions/setup-java@v6.0.0 with: java-version: '20' distribution: 'temurin'