From ea9afe02cc02225f9ac436b1bff4fb5973dbb7ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 13:17:57 +0000 Subject: [PATCH] Bump actions/setup-java from 4.7.0 to 5.1.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.7.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4.7.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74e989e..8e940af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - name: REUSE Compliance Check uses: fsfe/reuse-action@v5.0.0 - name: Set up JDK 21 - uses: actions/setup-java@v4.7.0 + uses: actions/setup-java@v5.1.0 with: java-version: '21' distribution: 'temurin'