From c05bc168e19b22317293dce7dc07bc9d89ed9fb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 15:15:19 +0000 Subject: [PATCH] chore(deps): update reactivecircus/android-emulator-runner action to v2.34.0 --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 1805a47f1..97b524351 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -116,7 +116,7 @@ jobs: ~/.android/avd/*/*.lock - name: Create and cache emulator image if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@v2.33.0 + uses: reactivecircus/android-emulator-runner@v2.34.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} @@ -161,7 +161,7 @@ jobs: free -mh df -Th - name: Build and Test - uses: reactivecircus/android-emulator-runner@v2.33.0 + uses: reactivecircus/android-emulator-runner@v2.34.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }}