From bc9c6f2ee4538f281ce27cf7717c836d7226bac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 13:44:29 +0000 Subject: [PATCH] Bump actions/setup-java from 5 to 6 Bumps [actions/setup-java](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build-maven.yml | 2 +- .github/workflows/release-to-maven-central.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-maven.yml b/.github/workflows/build-maven.yml index a4ab4a2..a7dc12e 100644 --- a/.github/workflows/build-maven.yml +++ b/.github/workflows/build-maven.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: 🛠 Set up JDK 11 - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: java-version: '11' distribution: 'temurin' diff --git a/.github/workflows/release-to-maven-central.yml b/.github/workflows/release-to-maven-central.yml index b7d3b1b..c75fe0b 100644 --- a/.github/workflows/release-to-maven-central.yml +++ b/.github/workflows/release-to-maven-central.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up Maven Central Repository - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: java-version: 11 distribution: 'temurin'