From d2639ecc457bff9bf052bf67598b3d404969a5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:22:25 +0000 Subject: [PATCH] build(deps): bump reactivecircus/android-emulator-runner Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.27.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/50986b1464923454c95e261820bc626f38490ec0...6b0df4b0efb23bb0ec63d881db79aefbc976e4b2) --- 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/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cd80c2e9..743537c7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -165,7 +165,7 @@ jobs: # Create a new emulator snapshot if it isn't present in the cache - name: Create AVD snapshot if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@50986b1464923454c95e261820bc626f38490ec0 + uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 with: api-level: ${{ matrix.api-level }} arch: ${{ steps.avd-info.outputs.arch }} @@ -177,7 +177,7 @@ jobs: script: echo "Generated AVD snapshot" - name: Run instrumentation tests - uses: reactivecircus/android-emulator-runner@50986b1464923454c95e261820bc626f38490ec0 + uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 with: api-level: ${{ matrix.api-level }} arch: ${{ steps.avd-info.outputs.arch }}