This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
The following commit(s) were added to refs/heads/main by this push:
new a4630c7 build(deps): bump reactivecircus/android-emulator-runner (#25)
a4630c7 is described below
commit a4630c738ee9da23cd405a338a4e37d1c065535e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 25 12:55:21 2026 +0200
build(deps): bump reactivecircus/android-emulator-runner (#25)
Bumps
[reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner)
from 2.37.0 to 2.38.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/e89f39f1abbbd05b1113a29cf4db69e7540cae5a...a421e43855164a8197daf9d8d40fe71c6996bb0d)
---
updated-dependencies:
- dependency-name: reactivecircus/android-emulator-runner
dependency-version: 2.38.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 658c1a4..9860e89 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -157,7 +157,7 @@ jobs:
# Only runs on a cache miss to create an AVD snapshot and speed up the
next builds
- name: Generate AVD snapshot
if: steps.avd-cache.outputs.cache-hit != 'true'
- uses:
reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a
# v2.37.0
+ uses:
reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d
# v2.38.0
with:
api-level: ${{ matrix.api-level }}
target: default
@@ -178,7 +178,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Run instrumented tests
- uses:
reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a
# v2.37.0
+ uses:
reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d
# v2.38.0
with:
api-level: ${{ matrix.api-level }}
target: default