From a8c5f65d890b1a97769a27bd0f6e107328508454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 14:11:34 +0000 Subject: [PATCH] Bump actions/setup-java from 4.7.0 to 5.0.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.7.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4.7.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.0.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..c109fff 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.0.0 with: java-version: '21' distribution: 'temurin'