From 599b44044c4960ffc20d335afe5bfdb65349366b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:06:40 +0000 Subject: [PATCH] chore(deps): update reactivecircus/android-emulator-runner action to v2.32.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 d4aff652a..2d60c6b0e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -112,7 +112,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.31.0 + uses: reactivecircus/android-emulator-runner@v2.32.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} @@ -157,7 +157,7 @@ jobs: free -mh df -Th - name: Build and Test - uses: reactivecircus/android-emulator-runner@v2.31.0 + uses: reactivecircus/android-emulator-runner@v2.32.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }}