diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 1805a47f1..97b524351 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -116,7 +116,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.33.0 + uses: reactivecircus/android-emulator-runner@v2.34.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} @@ -161,7 +161,7 @@ jobs: free -mh df -Th - name: Build and Test - uses: reactivecircus/android-emulator-runner@v2.33.0 + uses: reactivecircus/android-emulator-runner@v2.34.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }}