From b678c08876d29c959ce02183bed2bfe5feada8ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 05:35:54 +0000 Subject: [PATCH] chore(deps): 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/maestro-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maestro-test.yml b/.github/workflows/maestro-test.yml index 5910f8b1..9b9f85ad 100644 --- a/.github/workflows/maestro-test.yml +++ b/.github/workflows/maestro-test.yml @@ -86,7 +86,7 @@ jobs: - name: 🐘 Setup Gradle with caching if: steps.apk-cache.outputs.cache-hit != 'true' - uses: gradle/actions/setup-gradle@v6 + uses: gradle/actions/setup-gradle@v6.2.0 with: cache-read-only: false