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 }}