From 2313891d2f5e60e5e598c9b0828b1d2f79163876 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 05:50:46 +0000 Subject: [PATCH] chore(deps): update reactivecircus/android-emulator-runner action to v2.38.0 Signed-off-by: Renovate Bot --- .github/workflows/jgiven_android_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jgiven_android_build.yml b/.github/workflows/jgiven_android_build.yml index 2ba8f4d1a9a..3bf2dc4db3a 100644 --- a/.github/workflows/jgiven_android_build.yml +++ b/.github/workflows/jgiven_android_build.yml @@ -25,7 +25,7 @@ jobs: sudo udevadm control --reload-rules sudo udevadm trigger --name-match=kvm - name: Test Android plugin and Android example project - uses: reactivecircus/android-emulator-runner@v2.37.0 + uses: reactivecircus/android-emulator-runner@v2.38.0 with: api-level: 29 script: "bash -c 'source scripts/source_files/helper_functions.sh && runAndroidTestOnGivenProject jgiven-android-test 1.1-t && runAndroidTestOnGivenProject example-projects/android 1.1-t'"