From 59663fa9dfd3007765358b3563b26f6faf08e93b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:06:44 +0000 Subject: [PATCH] Bump reactivecircus/android-emulator-runner from 2.29.0 to 2.30.0 Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.29.0 to 2.30.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/v2.29.0...v2.30.0) --- updated-dependencies: - dependency-name: reactivecircus/android-emulator-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/android-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index 9387f6af..0ae8e746 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -53,7 +53,7 @@ jobs: uses: ./.github/actions/setup-android-build - name: Run instrumented tests - uses: reactivecircus/android-emulator-runner@v2.29.0 + uses: reactivecircus/android-emulator-runner@v2.30.0 with: api-level: 30 arch: x86_64