From 816aa852b4dd62c9d153ca62ed42afabb8f72ae1 Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Mon, 14 Aug 2023 16:38:09 +0200 Subject: [PATCH] Fix android-emulator-runner version --- .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 79eb5ac7..4a846776 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' java-version: '11' - name: Android Emulator Runner - uses: ReactiveCircus/android-emulator-runner@v2.28 + uses: ReactiveCircus/android-emulator-runner@v2.28.0 with: api-level: 33 script: ./gradlew clean build connectedCheck jacocoFullReport