From 41c60129985072c0cf1014e388d17304bf74fa5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:59:29 -0500 Subject: [PATCH] Bump reactivecircus/android-emulator-runner from 2.29.0 to 2.30.0 (#425) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83142b13..c3bce0da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: - name: Create AVD and generate snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@v2.29.0 + uses: reactivecircus/android-emulator-runner@v2.30.0 with: api-level: ${{ env.ANDROID_API_LEVEL }} arch: x86_64 @@ -82,7 +82,7 @@ jobs: script: echo "Generated AVD snapshot for caching." - name: Run Debug Instrumentation Tests on Android API ${{ matrix.api-level }} (Ran up to 2 times) - uses: reactivecircus/android-emulator-runner@v2.29.0 + uses: reactivecircus/android-emulator-runner@v2.30.0 with: api-level: ${{ env.ANDROID_API_LEVEL }} arch: x86_64