diff --git a/.github/workflows/NativePipeline.yml b/.github/workflows/NativePipeline.yml index 9a3051747..a8b10e51f 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@61a61f94a9ac9060497efab4ebd3a108af49e2ec # v2.30.1 + uses: reactivecircus/android-emulator-runner@87e972298f2bdb78b25f1589966781e2b5c290ac # v2.27.0 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@61a61f94a9ac9060497efab4ebd3a108af49e2ec # v2.30.1 + uses: reactivecircus/android-emulator-runner@87e972298f2bdb78b25f1589966781e2b5c290ac # v2.27.0 with: api-level: 30 target: default