1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #7602 from uutils/renovate/reactivecircus-android-emulator-runner-2.x

chore(deps): update reactivecircus/android-emulator-runner action to v2.34.0
This commit is contained in:
Daniel Hofstetter 2025-03-28 17:12:41 +01:00 committed by GitHub
commit 99af1b84de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,7 +116,7 @@ jobs:
~/.android/avd/*/*.lock ~/.android/avd/*/*.lock
- name: Create and cache emulator image - name: Create and cache emulator image
if: steps.avd-cache.outputs.cache-hit != 'true' 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: with:
api-level: ${{ matrix.api-level }} api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }} target: ${{ matrix.target }}
@ -161,7 +161,7 @@ jobs:
free -mh free -mh
df -Th df -Th
- name: Build and Test - name: Build and Test
uses: reactivecircus/android-emulator-runner@v2.33.0 uses: reactivecircus/android-emulator-runner@v2.34.0
with: with:
api-level: ${{ matrix.api-level }} api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }} target: ${{ matrix.target }}