Skip to content

Commit

Permalink
Updated android-emulator action commit SHA in NativePipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHryn committed May 23, 2024
1 parent 85d263e commit b8be80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NativePipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
key: pixel_30_x86_64_default_3core_and_system_images
- name: "Create AVD and generate snapshot for caching"
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@87e972298f2bdb78b25f1589966781e2b5c290ac # v2.27.0
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # v2.30.1
with:
api-level: 30
target: default
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
/Users/runner/Library/Android/sdk/system-images/**/*
key: pixel_30_x86_64_default_3core_and_system_images
- name: "Run tests"
uses: reactivecircus/android-emulator-runner@87e972298f2bdb78b25f1589966781e2b5c290ac # v2.27.0
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # v2.30.1
with:
api-level: 30
target: default
Expand Down

0 comments on commit b8be80b

Please sign in to comment.