From 39684584c442985b8e368e5c4fe02440c6c1c0d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 09:39:41 -0500 Subject: [PATCH] bump reactivecircus/android-emulator-runner 2.28.0 to 2.29.0 (#2963) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bruno Garcia --- .github/workflows/device-tests-android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/device-tests-android.yml b/.github/workflows/device-tests-android.yml index 6c7be879f7..ca63ac81ff 100644 --- a/.github/workflows/device-tests-android.yml +++ b/.github/workflows/device-tests-android.yml @@ -96,7 +96,7 @@ jobs: - name: Create AVD and generate snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true' timeout-minutes: 30 - uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # pin@v2 + uses: reactivecircus/android-emulator-runner@99a4aac18b4df9b3af66c4a1f04c1f23fa10c270 # pin@v3 with: api-level: ${{ matrix.api-level }} # We don't need the Google APIs, but the default images are not available for 32+ @@ -111,7 +111,7 @@ jobs: - name: Run Tests timeout-minutes: 30 - uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # pin@v2 + uses: reactivecircus/android-emulator-runner@99a4aac18b4df9b3af66c4a1f04c1f23fa10c270 # pin@v3 with: api-level: ${{ matrix.api-level }} # We don't need the Google APIs, but the default images are not available for 32+