From b973686059608c62ce10c06b46e5e88d97b018c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 23:03:51 +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.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/test-harness-android.yml | 2 +- .github/workflows/test-harness-ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-harness-android.yml b/.github/workflows/test-harness-android.yml index 9840255a..9b707492 100644 --- a/.github/workflows/test-harness-android.yml +++ b/.github/workflows/test-harness-android.yml @@ -49,7 +49,7 @@ jobs: -PreactNativeArchitectures=${{ env.TARGET_ANDROID_ARCH }} - name: Run react-native-harness on Android - 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/test-harness-ios.yml b/.github/workflows/test-harness-ios.yml index b015c10b..1d31c524 100644 --- a/.github/workflows/test-harness-ios.yml +++ b/.github/workflows/test-harness-ios.yml @@ -63,7 +63,7 @@ jobs: CODE_SIGNING_ALLOWED=NO - name: Run react-native-harness on iOS - uses: callstackincubator/react-native-harness@v1.2.0 + uses: callstackincubator/react-native-harness@v1.4.0 with: app: ios/build/Build/Products/Debug-iphonesimulator/NitroSQLiteExample.app runner: ios