From 0d1f28f05dbc2c9bf4f5029401fa99ed62efb9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 23:03:05 +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/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..ade79c7e 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.1 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..d74e448e 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.1 with: app: ios/build/Build/Products/Debug-iphonesimulator/NitroSQLiteExample.app runner: ios