From 4fc1cad7c3f0eec383b513a117d4bb647b467d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:33:18 +0000 Subject: [PATCH] :arrow_up: Bump gradle/actions from 6 to 6.2.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 6 to 6.2.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v6...v6.2.0) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4a2a2d6..10db77b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -24,7 +24,7 @@ jobs: java-version: 11 distribution: temurin - name: Set up Gradle - uses: gradle/actions/setup-gradle@v6 # https://github.com/marketplace/actions/build-with-gradle + uses: gradle/actions/setup-gradle@v6.2.0 # https://github.com/marketplace/actions/build-with-gradle with: add-job-summary-as-pr-comment: on-failure - name: Build with Gradle