From 9a3772877cee07928d2c55b15818ba4403b454ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 09:54:21 +0000 Subject: [PATCH] build(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.0. - [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.0) --- updated-dependencies: - dependency-name: callstackincubator/react-native-harness dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/harness-android.yml | 2 +- .github/workflows/harness-ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/harness-android.yml b/.github/workflows/harness-android.yml index 219e674..be91b25 100644 --- a/.github/workflows/harness-android.yml +++ b/.github/workflows/harness-android.yml @@ -70,7 +70,7 @@ jobs: npx wait-on http://localhost:4000/users -t 30000 - name: Run React Native Harness - uses: callstackincubator/react-native-harness@v1.2.0 + uses: callstackincubator/react-native-harness@v1.4.0 with: app: android/app/build/outputs/apk/debug/app-debug.apk runner: android diff --git a/.github/workflows/harness-ios.yml b/.github/workflows/harness-ios.yml index 2b8e6ba..adee1b6 100644 --- a/.github/workflows/harness-ios.yml +++ b/.github/workflows/harness-ios.yml @@ -62,7 +62,7 @@ jobs: npx wait-on http://localhost:4000/users -t 30000 - name: Run React Native Harness - uses: callstackincubator/react-native-harness@v1.2.0 + uses: callstackincubator/react-native-harness@v1.4.0 with: app: ios/build/Build/Products/Debug-iphonesimulator/SalveDbExample.app runner: ios