From 4f880e2e2b6ff89b61b666e6bf85b9c29f717c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:39:28 +0000 Subject: [PATCH] chore(deps): bump reactivecircus/android-emulator-runner Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 70f4dee990796918b78d040e3278474bdbd348a7 to e89f39f1abbbd05b1113a29cf4db69e7540cae5a. - [Release notes](https://github.com/reactivecircus/android-emulator-runner/releases) - [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md) - [Commits](https://github.com/reactivecircus/android-emulator-runner/compare/70f4dee990796918b78d040e3278474bdbd348a7...e89f39f1abbbd05b1113a29cf4db69e7540cae5a) --- updated-dependencies: - dependency-name: reactivecircus/android-emulator-runner dependency-version: e89f39f1abbbd05b1113a29cf4db69e7540cae5a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/android-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index fe821fa..6a4ecbd 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -185,7 +185,7 @@ jobs: ./gradlew --stop - name: Run instrumented tests on emulator (API 31) - uses: reactivecircus/android-emulator-runner@70f4dee990796918b78d040e3278474bdbd348a7 # v2 + uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2 with: api-level: 31 arch: x86_64