diff --git a/.github/workflows/NativePipeline.yml b/.github/workflows/NativePipeline.yml index a8b10e51f..056ef2e1e 100644 --- a/.github/workflows/NativePipeline.yml +++ b/.github/workflows/NativePipeline.yml @@ -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 @@ -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