chore(deps): update reactivecircus/android-emulator-runner action to v2.32.0

This commit is contained in:
renovate[bot] 2024-07-09 08:06:40 +00:00 committed by GitHub
parent 39a38013dc
commit 599b44044c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.31.0
uses: reactivecircus/android-emulator-runner@v2.32.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.31.0
uses: reactivecircus/android-emulator-runner@v2.32.0
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}