fix(ci): use exact versions

This commit is contained in:
Harsh Shandilya 2023-03-24 14:26:23 +05:30
parent 9cf134e916
commit d273c6f7b5
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -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@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # v2
uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # v2.28.0
with:
api-level: ${{ env.AVD_API_LEVEL }}
arch: ${{ env.AVD_ARCH }}