diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 528c2ad49..d4aff652a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -112,7 +112,7 @@ jobs: ~/.android/avd/*/*.lock - name: Create and cache emulator image if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@v2.30.1 + uses: reactivecircus/android-emulator-runner@v2.31.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} @@ -157,7 +157,7 @@ jobs: free -mh df -Th - name: Build and Test - uses: reactivecircus/android-emulator-runner@v2.30.1 + uses: reactivecircus/android-emulator-runner@v2.31.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }}