From 7b91c58bebbf4ecefb82b89571c2b39669c7310d Mon Sep 17 00:00:00 2001 From: Jorge Antonio Diaz-Benito Soriano Date: Tue, 25 Jun 2024 10:09:17 +0200 Subject: [PATCH] Bump reactivecircus/android-emulator-runner to 2.31.0 --- .github/workflows/instrumented-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/instrumented-test.yml b/.github/workflows/instrumented-test.yml index ccdf526b..e21508d2 100644 --- a/.github/workflows/instrumented-test.yml +++ b/.github/workflows/instrumented-test.yml @@ -24,7 +24,7 @@ jobs: distribution: 'temurin' - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92 - - uses: reactivecircus/android-emulator-runner@v2.30.1 + - uses: reactivecircus/android-emulator-runner@v2.31.0 with: api-level: 29 arch: x86_64