chore(deps): update reactivecircus/android-emulator-runner digest to d94c3fb

This commit is contained in:
renovate[bot] 2023-03-18 11:39:49 +00:00 committed by GitHub
parent ad692b73ba
commit 2223cea395
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ jobs:
# to actually run the test once the emulator has booted. # to actually run the test once the emulator has booted.
- name: Create AVD snapshot for caching - name: Create AVD snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true' if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@50986b1464923454c95e261820bc626f38490ec0 # v2 uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # v2
with: with:
api-level: ${{ env.AVD_API_LEVEL }} api-level: ${{ env.AVD_API_LEVEL }}
arch: ${{ env.AVD_ARCH }} arch: ${{ env.AVD_ARCH }}
@ -85,7 +85,7 @@ jobs:
# Run our baseline profile generator. We need to manually pull the baseline profiles off the # Run our baseline profile generator. We need to manually pull the baseline profiles off the
# emulator when using the GA runner # emulator when using the GA runner
- name: Run benchmark - name: Run benchmark
uses: reactivecircus/android-emulator-runner@50986b1464923454c95e261820bc626f38490ec0 # v2 uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # v2
with: with:
api-level: ${{ env.AVD_API_LEVEL }} api-level: ${{ env.AVD_API_LEVEL }}
arch: ${{ env.AVD_ARCH }} arch: ${{ env.AVD_ARCH }}