From 672b3c2eb31ed244feca92289607473f15dd6e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 01:52:19 +0000 Subject: [PATCH] Bump ReactiveCircus/android-emulator-runner from 2.27.0 to 2.28.0 Bumps [ReactiveCircus/android-emulator-runner](https://github.com/ReactiveCircus/android-emulator-runner) from 2.27.0 to 2.28.0. - [Release notes](https://github.com/ReactiveCircus/android-emulator-runner/releases) - [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md) - [Commits](https://github.com/ReactiveCircus/android-emulator-runner/compare/v2.27.0...v2.28.0) --- updated-dependencies: - dependency-name: ReactiveCircus/android-emulator-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 7d0801a54..85ac84b60 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -32,7 +32,7 @@ jobs: run: | ./gradlew test --stacktrace - name: Android Integration Test - uses: ReactiveCircus/android-emulator-runner@v2.27.0 + uses: ReactiveCircus/android-emulator-runner@v2.28.0 with: api-level: 28 script: ./gradlew test