From 4d0a1239267e64880d75c67d1d18afd619e4389a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:59:22 +0000 Subject: [PATCH] Bump reactivecircus/android-emulator-runner from 2.30.0 to 2.30.1 Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.30.0 to 2.30.1. - [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.30.0...v2.30.1) --- updated-dependencies: - dependency-name: reactivecircus/android-emulator-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 11e32ad7..934e1329 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.30.0 + uses: reactivecircus/android-emulator-runner@v2.30.1 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.30.0 + uses: reactivecircus/android-emulator-runner@v2.30.1 with: api-level: ${{ env.ANDROID_API_LEVEL }} arch: x86_64