From 90f9eec1caf9dc31801a4e290b482da4601d853c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:05:01 +0000 Subject: [PATCH] Bump reactivecircus/android-emulator-runner from 2.32.0 to 2.33.0 Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.32.0 to 2.33.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.32.0...v2.33.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/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec8079b..e5ab7b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: - name: Create AVD and generate snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@v2.32.0 + uses: reactivecircus/android-emulator-runner@v2.33.0 with: api-level: ${{ env.ANDROID_API_LEVEL }} arch: x86_64 @@ -78,7 +78,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.32.0 + uses: reactivecircus/android-emulator-runner@v2.33.0 with: api-level: ${{ env.ANDROID_API_LEVEL }} arch: x86_64