From e0bbd7ebd8b863b0a2f61d2ae81f334e27969b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:16:22 +0000 Subject: [PATCH 1/2] build(deps): bump gradle/actions from 5.0.2 to 6.1.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 5.0.2 to 6.1.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/0723195856401067f7a2779048b490ace7a47d7c...50e97c2cd7a37755bbfafc9c5b7cafaece252f6e) --- 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/device-tests-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/device-tests-android.yml b/.github/workflows/device-tests-android.yml index 99e5fc88df..7a9d492dab 100644 --- a/.github/workflows/device-tests-android.yml +++ b/.github/workflows/device-tests-android.yml @@ -130,7 +130,7 @@ jobs: path: bin - name: Setup Gradle - uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 + uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0 # Cached AVD setup per https://github.com/ReactiveCircus/android-emulator-runner/blob/main/README.md From eb6fc767433275ef3d0666f77f31e6bc3e0c26ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:40:34 +0200 Subject: [PATCH 2/2] ci: use Basic Caching for Gradle --- .github/workflows/device-tests-android.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/device-tests-android.yml b/.github/workflows/device-tests-android.yml index 7a9d492dab..0c2e7f0af2 100644 --- a/.github/workflows/device-tests-android.yml +++ b/.github/workflows/device-tests-android.yml @@ -131,6 +131,8 @@ jobs: - name: Setup Gradle uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0 + with: + cache-provider: basic # 'enhanced' (default) is not open source under a proprietary license; 'basic' uses MIT # Cached AVD setup per https://github.com/ReactiveCircus/android-emulator-runner/blob/main/README.md