From 028c67be232ab10d6eb1b9f8eef9fd8375bde921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:35:35 +0000 Subject: [PATCH] Bump gradle/actions from 6.1.1 to 6.2.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/5e2ebd065dc2488b7a6ad670704656cbbe1e8f60...3f131e8634966bd73d06cc69884922b02e6faf92) --- 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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a39725f..c1cacc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: with: persist-credentials: false - name: "Set up Gradle" - uses: "gradle/actions/setup-gradle@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60" # v6.1.1 + uses: "gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92" # v6.2.0 with: cache-disabled: true - name: "Set up Java"