diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 6cc7e5dc793..eeb68292d00 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -111,7 +111,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.36.0 + uses: reactivecircus/android-emulator-runner@v2.37.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} @@ -156,7 +156,7 @@ jobs: free -mh df -Th - name: Build and Test - uses: reactivecircus/android-emulator-runner@v2.36.0 + uses: reactivecircus/android-emulator-runner@v2.37.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }}