From 4a24b9886843c901d2782bca04efbc2a2fa252b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 06:25:34 +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/v6.1.1...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/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index ab715ee3f..b6c69f7ce 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -33,7 +33,7 @@ jobs: flavor: [Foss, Gplay] steps: - uses: actions/checkout@v7.0.0 - - uses: gradle/actions/wrapper-validation@v6.1.1 + - uses: gradle/actions/wrapper-validation@v6.2.0 - name: set up OpenJDK 25 run: | sudo apt-get update