From 28ea6a40cf7acb8f52bcf8a20f9e7ff5b8eecd08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:54:05 +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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f733350..f3d08f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: android-actions/setup-android@v4 with: packages: 'platforms;android-34 build-tools;34.0.0' - - uses: gradle/actions/setup-gradle@v6.1.1 + - uses: gradle/actions/setup-gradle@v6.2.0 - run: ./gradlew build - name: Upload test reports on failure if: failure()