From 57ceeee39ee71ab98bd750e82bc2ef6f3edac0ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 12:37:41 +0000 Subject: [PATCH] chore(deps): update reactivecircus/android-emulator-runner action to v2.28.0 --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index ea5eec3..7d00806 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -43,7 +43,7 @@ jobs: java-version: 11 - name: Run instrumentation tests - uses: reactivecircus/android-emulator-runner@v2.21.0 + uses: reactivecircus/android-emulator-runner@v2.28.0 with: api-level: ${{ matrix.api-level }} disable-animations: true