From a961a5a9972d04db407fa373f8c760a92ee66ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 07:38:26 +0200 Subject: [PATCH] build(deps): bump reactivecircus/android-emulator-runner (#1660) Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 4c44018e59b437e86cdfc41da381398f93ed8808 to a421e43855164a8197daf9d8d40fe71c6996bb0d. - [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/4c44018e59b437e86cdfc41da381398f93ed8808...a421e43855164a8197daf9d8d40fe71c6996bb0d) --- updated-dependencies: - dependency-name: reactivecircus/android-emulator-runner dependency-version: a421e43855164a8197daf9d8d40fe71c6996bb0d dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/e2e.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 78c72b35..b6e1934d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -143,7 +143,7 @@ jobs: - name: Generate Android 15 AVD snapshot if: steps.api35-avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@4c44018e59b437e86cdfc41da381398f93ed8808 # v2 + uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d # v2 with: api-level: 35 arch: x86_64 @@ -167,7 +167,7 @@ jobs: - name: Generate Android 9 AVD snapshot if: steps.api28-avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@4c44018e59b437e86cdfc41da381398f93ed8808 # v2 + uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d # v2 with: api-level: 28 target: google_apis_playstore @@ -184,7 +184,7 @@ jobs: - name: Run Android 15 suites id: api35 continue-on-error: true - uses: reactivecircus/android-emulator-runner@4c44018e59b437e86cdfc41da381398f93ed8808 # v2 + uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d # v2 env: MAESTRO_SKIP_BUILD: "1" MAESTRO_SKIP_JELLYFIN_BUILD: "1" @@ -204,7 +204,7 @@ jobs: - name: Run Android 9 legacy playback id: api28 continue-on-error: true - uses: reactivecircus/android-emulator-runner@4c44018e59b437e86cdfc41da381398f93ed8808 # v2 + uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d # v2 env: MAESTRO_SKIP_BUILD: "1" MAESTRO_SKIP_JELLYFIN_BUILD: "1"