From 84694811b16fcf44d45b66f1776e115fe917ca2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 22:06:38 +0000 Subject: [PATCH] build: bump the github-actions group across 2 directories with 1 update Bumps the github-actions group with 1 update in the /.github/workflows/maven-goal directory: [actions/setup-java](https://github.com/actions/setup-java). Bumps the github-actions group with 1 update in the /.github/workflows/maven-goal-jdk directory: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 5 to 6 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v6) Updates `actions/setup-java` from 5 to 6 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-goal-jdk/action.yml | 2 +- .github/workflows/maven-goal/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-goal-jdk/action.yml b/.github/workflows/maven-goal-jdk/action.yml index 81eca34884d..c4eb12961ff 100644 --- a/.github/workflows/maven-goal-jdk/action.yml +++ b/.github/workflows/maven-goal-jdk/action.yml @@ -24,7 +24,7 @@ runs: using: "composite" steps: - name: Set up testing JDK - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: java-version: ${{ inputs.test-java-version}} distribution: ${{ inputs.test-java-distribution}} diff --git a/.github/workflows/maven-goal/action.yml b/.github/workflows/maven-goal/action.yml index 0e50606bff4..89395be4176 100644 --- a/.github/workflows/maven-goal/action.yml +++ b/.github/workflows/maven-goal/action.yml @@ -16,7 +16,7 @@ runs: using: "composite" steps: - name: Set up build JDK - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: java-version-file: .java-version distribution: temurin