From 13c9b74e68a8d301b2e0ca6eb56e9e2231990a7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 08:17:50 +0000 Subject: [PATCH] Update reactivecircus/android-emulator-runner action to v2.33.0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4911e111..c9269ef4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,7 +55,7 @@ jobs: ~/.android/adb* key: avd-34 - name: Run tests - uses: reactivecircus/android-emulator-runner@v2.32.0 + uses: reactivecircus/android-emulator-runner@v2.33.0 with: script: ./gradlew connectedDebugAndroidTest arch: x86_64