From f467cc856ae63460bc87f6fdb6ac79734c353b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 05:18:42 +0000 Subject: [PATCH] Bump gradle/actions from 5 to 6 in the all group Bumps the all group with 1 update: [gradle/actions](https://github.com/gradle/actions). Updates `gradle/actions` from 5 to 6 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v5...v6) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index f563d9b..fa04212 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -31,7 +31,7 @@ jobs: distribution: 'temurin' cache: 'gradle' - name: Setup Gradle to generate and submit dependency graphs - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 with: dependency-graph: generate-and-submit - name: Build with Gradle