From b60603b266345e89190c0ebcde85e3cf61fd9918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 22:05:32 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group across 1 directory with 2 updates Bumps the minor-and-patch group with 2 updates in the / directory: [actions/setup-java](https://github.com/actions/setup-java) and [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner). Updates `actions/setup-java` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/be666c2fcd27ec809703dec50e508c2fdc7f6654...0f481fcb613427c0f801b606911222b5b6f3083a) Updates `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: actions/setup-java dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: reactivecircus/android-emulator-runner dependency-version: 2.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/compile.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index b56f49d..5748c25 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up JDK 17 - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #v5.2.0 + uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a #v5.5.0 with: java-version: '17' distribution: 'temurin' diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d8d0a86..41100ec 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -191,7 +191,7 @@ jobs: # Run tests over emulator and catch crash logs - name: Run Emulator & Execute tests - uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a + uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d id: execution env: URL: ${{ secrets.OC_SERVER_URL }}