From 5d6473b8c6f9d7eee8b0f285853b12af0009c774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 12:02:09 +0200 Subject: [PATCH] chore(deps): bump reactivecircus/android-emulator-runner from 2.30.1 to 2.31.0 (#3837) * chore(deps): bump reactivecircus/android-emulator-runner Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.30.1 to 2.31.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/6b0df4b0efb23bb0ec63d881db79aefbc976e4b2...77986be26589807b8ebab3fde7bbf5c60dabec32) --- updated-dependencies: - dependency-name: reactivecircus/android-emulator-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update e2e.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> --- .github/workflows/e2e.yml | 2 +- .github/workflows/native-tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5a9acc70d..ffe533115 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -568,7 +568,7 @@ jobs: if: ${{ matrix.platform == 'android' }} env: APPIUM_APP: ./app-release.apk - uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # pin@v2 + uses: reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32 # pin@v2.31.0 with: working-directory: test/e2e api-level: 30 diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 4ebfe3ceb..720739c99 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -97,7 +97,7 @@ jobs: - name: Create AVD and generate snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 #pin@v2.30.1 + uses: reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32 #pin@v2.31.0 with: api-level: 30 force-avd-creation: false @@ -117,7 +117,7 @@ jobs: script: echo "Generated AVD snapshot for caching." - name: Run connected tests - uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 #pin@v2.30.1 + uses: reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32 #pin@v2.31.0 with: working-directory: RNSentryAndroidTester api-level: 30