From 7db5b00a35e9ef5e8ed94cbf3283f1204c700114 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 05:30:44 +0000 Subject: [PATCH] chore(deps): update reactivecircus/android-emulator-runner action to v2.35.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 5e81bbe1efe..46e2057ebf6 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.34.0 + uses: reactivecircus/android-emulator-runner@v2.35.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.34.0 + uses: reactivecircus/android-emulator-runner@v2.35.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }}