Skip to content

Commit 49818ff

Browse files
Bump reactivecircus/android-emulator-runner from 2.31.0 to 2.32.0 (#296)
Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.31.0 to 2.32.0. - [Release notes](https://github.com/reactivecircus/android-emulator-runner/releases) - [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md) - [Commits](ReactiveCircus/android-emulator-runner@v2.31.0...v2.32.0) --- updated-dependencies: - dependency-name: reactivecircus/android-emulator-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8756b23 commit 49818ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Create AVD and generate snapshot for caching
6060
if: steps.avd-cache.outputs.cache-hit != 'true'
61-
uses: reactivecircus/android-emulator-runner@v2.31.0
61+
uses: reactivecircus/android-emulator-runner@v2.32.0
6262
with:
6363
api-level: ${{ env.ANDROID_API_LEVEL }}
6464
arch: x86_64
@@ -69,7 +69,7 @@ jobs:
6969
script: echo "Generated AVD snapshot for caching."
7070

7171
- name: Run Instrumentation Tests on Android API ${{ env.ANDROID_API_LEVEL }}
72-
uses: reactivecircus/android-emulator-runner@v2.31.0
72+
uses: reactivecircus/android-emulator-runner@v2.32.0
7373
with:
7474
api-level: ${{ env.ANDROID_API_LEVEL }}
7575
arch: x86_64

0 commit comments

Comments
 (0)