From 7bf3dac51547e620b17ad6eefe21a62ba4431fda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 08:30:42 +0000 Subject: [PATCH] chore(deps): 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 dee888810b..e88e6fe271 100644 --- a/.github/workflows/garm.yml +++ b/.github/workflows/garm.yml @@ -60,7 +60,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 @@ -95,7 +95,7 @@ jobs: - name: gplay env: GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }} - 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