From f24d58cf0533a62f646b1729986ef20394b4031f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:24:14 +0000 Subject: [PATCH] Bump gradle/actions from 4.3.0 to 5.0.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: gradle/actions 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..41a7ebd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: java-version: '21' distribution: 'temurin' - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.3.0 + uses: gradle/actions/setup-gradle@v5.0.0 - name: Publish id: Publish env: