From 7d7c540bc654be13b92e69c9e31ea58f99d28ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:08:42 +0000 Subject: [PATCH] ci: bump gradle/actions from 5 to 6.1.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 5 to 6.1.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v5...v6.1.0) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/android-screenshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-screenshot.yml b/.github/workflows/android-screenshot.yml index 16d33203bb..67c6605082 100644 --- a/.github/workflows/android-screenshot.yml +++ b/.github/workflows/android-screenshot.yml @@ -31,7 +31,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Gradle cache - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6.1.0 - name: AVD cache uses: actions/cache@v5