From 2223cea39540b6c6a742b22fff75dac8bf023a1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 11:39:49 +0000 Subject: [PATCH] chore(deps): update reactivecircus/android-emulator-runner digest to d94c3fb --- .github/workflows/baseline-profile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/baseline-profile.yml b/.github/workflows/baseline-profile.yml index 732f2cec..7778437c 100644 --- a/.github/workflows/baseline-profile.yml +++ b/.github/workflows/baseline-profile.yml @@ -70,7 +70,7 @@ jobs: # to actually run the test once the emulator has booted. - name: Create AVD snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@50986b1464923454c95e261820bc626f38490ec0 # v2 + uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # v2 with: api-level: ${{ env.AVD_API_LEVEL }} arch: ${{ env.AVD_ARCH }} @@ -85,7 +85,7 @@ jobs: # Run our baseline profile generator. We need to manually pull the baseline profiles off the # emulator when using the GA runner - name: Run benchmark - uses: reactivecircus/android-emulator-runner@50986b1464923454c95e261820bc626f38490ec0 # v2 + uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # v2 with: api-level: ${{ env.AVD_API_LEVEL }} arch: ${{ env.AVD_ARCH }}