From f4ee4aeacef8328e4e6891d577107341128e461c Mon Sep 17 00:00:00 2001 From: Mike Trewartha Date: Sat, 24 Feb 2024 12:43:50 -0600 Subject: [PATCH] Use ReactiveCircus runner v2.30.1 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 557e73d7..bb73f142 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,7 @@ jobs: - name: 'Create AVD and generate snapshot for cache' if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@v2 + uses: reactivecircus/android-emulator-runner@v2.30.1 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} @@ -68,7 +68,7 @@ jobs: script: echo "Generated AVD snapshot for caching." - name: 'Run Android tests' - uses: reactivecircus/android-emulator-runner@v2 + uses: reactivecircus/android-emulator-runner@v2.30.1 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }}