From 102a99de1bfe6e487a0b9db1b798c30d59bf43fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:19:41 +0000 Subject: [PATCH] Bump reactivecircus/android-emulator-runner in the github-actions group Bumps the github-actions group with 1 update: [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/integration_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 667ad5ac8c..a16b334992 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -39,7 +39,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: 34 target: google_apis @@ -55,7 +55,7 @@ jobs: ./gradlew :shared:domain:assembleDebug :shared:domain:assembleAndroidTest - name: Run androidTest on emulator - uses: reactivecircus/android-emulator-runner@v2.32.0 + uses: reactivecircus/android-emulator-runner@v2.33.0 with: api-level: 34 target: google_apis