From cd48fd2e90e3bb574f1100575e6be5768e00c2e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:08:59 +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/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d4e69e7..169f602 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: distribution: temurin java-version: 21 cache: gradle - - uses: gradle/actions/setup-gradle@v4.3.0 + - uses: gradle/actions/setup-gradle@v5.0.0 - name: Build timeout-minutes: 15 run: ./gradlew check