From 54ce5c1e33940dd13023de20f423909914b23e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 07:43:00 +0000 Subject: [PATCH] chore(deps): bump callstackincubator/react-native-harness Bumps [callstackincubator/react-native-harness](https://github.com/callstackincubator/react-native-harness) from 1.2.0 to 1.4.1. - [Release notes](https://github.com/callstackincubator/react-native-harness/releases) - [Changelog](https://github.com/callstackincubator/react-native-harness/blob/main/CHANGELOG.md) - [Commits](https://github.com/callstackincubator/react-native-harness/compare/v1.2.0...v1.4.1) --- updated-dependencies: - dependency-name: callstackincubator/react-native-harness dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-packages.yml b/.github/workflows/ci-packages.yml index 035a3d2..b969d7c 100644 --- a/.github/workflows/ci-packages.yml +++ b/.github/workflows/ci-packages.yml @@ -415,7 +415,7 @@ jobs: ./gradlew :app:assembleDebug --no-daemon --build-cache -PreactNativeArchitectures=${{ env.DEVICE_ARCH }} - name: Run React Native Harness - uses: callstackincubator/react-native-harness@v1.2.0 + uses: callstackincubator/react-native-harness@v1.4.1 with: app: android/app/build/outputs/apk/debug/app-debug.apk runner: android