diff --git a/.github/workflows/device-tests-android.yml b/.github/workflows/device-tests-android.yml index 6c7be879f7..ca63ac81ff 100644 --- a/.github/workflows/device-tests-android.yml +++ b/.github/workflows/device-tests-android.yml @@ -96,7 +96,7 @@ jobs: - name: Create AVD and generate snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true' timeout-minutes: 30 - uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # pin@v2 + uses: reactivecircus/android-emulator-runner@99a4aac18b4df9b3af66c4a1f04c1f23fa10c270 # pin@v3 with: api-level: ${{ matrix.api-level }} # We don't need the Google APIs, but the default images are not available for 32+ @@ -111,7 +111,7 @@ jobs: - name: Run Tests timeout-minutes: 30 - uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # pin@v2 + uses: reactivecircus/android-emulator-runner@99a4aac18b4df9b3af66c4a1f04c1f23fa10c270 # pin@v3 with: api-level: ${{ matrix.api-level }} # We don't need the Google APIs, but the default images are not available for 32+