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

This commit is contained in:
renovate[bot] 2025-11-07 05:30:44 +00:00 committed by GitHub
parent 00583166cc
commit 7db5b00a35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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