From 0c5d45fa5920d42f333b01c33613d114df2fb5e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:25:59 +0000 Subject: [PATCH] Update reactivecircus/android-emulator-runner action to v2.37.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/garm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/garm.yml b/.github/workflows/garm.yml index a2f24239a..15265eb60 100644 --- a/.github/workflows/garm.yml +++ b/.github/workflows/garm.yml @@ -58,7 +58,7 @@ jobs: - name: create AVD and generate snapshot for caching - uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # v2.35.0 + uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2.37.0 with: api-level: ${{ matrix.api-level }} force-avd-creation: false @@ -88,7 +88,7 @@ jobs: done - name: gplay - uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # v2.35.0 + uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2.37.0 with: api-level: ${{ matrix.api-level }} force-avd-creation: false