From b58cea5c292f0753a43cfab3d330ced799986ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 04:22:28 +0000 Subject: [PATCH] Bump reactivecircus/android-emulator-runner from 2.35.0 to 2.36.0 Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.35.0 to 2.36.0. - [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/b530d96654c385303d652368551fb075bc2f0b6b...5d6e86df22ab11632167a1a6b0c9ab0dc3469586) --- updated-dependencies: - dependency-name: reactivecircus/android-emulator-runner dependency-version: 2.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f1d0b9..d013c23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - name: Run Tests # yamllint disable-line rule:line-length - uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b + uses: reactivecircus/android-emulator-runner@5d6e86df22ab11632167a1a6b0c9ab0dc3469586 with: api-level: ${{ matrix.api-level }} arch: ${{ matrix.api-level >= 31 && 'x86_64' || 'x86' }}