diff --git a/.github/workflows/emulator.yml b/.github/workflows/emulator.yml index 42039c5..bb8d98a 100644 --- a/.github/workflows/emulator.yml +++ b/.github/workflows/emulator.yml @@ -53,7 +53,7 @@ jobs: # fail the job. The full output is uploaded for inspection. - name: Run full suite on emulator (informational) continue-on-error: true - uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2 + uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d # v2 with: api-level: ${{ matrix.api-level }} arch: x86_64