From 7c7d7a98ec2d60766983d1ce0385abca69b16f23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 16:10:18 +0000 Subject: [PATCH] Update reactivecircus/android-emulator-runner action to v2.38.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 b8d4dae46..0f52b737d 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@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2.37.0 + uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d # v2.38.0 with: api-level: ${{ matrix.api-level }} force-avd-creation: false @@ -88,7 +88,7 @@ jobs: done - name: gplay - uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2.37.0 + uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d # v2.38.0 with: api-level: ${{ matrix.api-level }} force-avd-creation: false