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