From cf275117ddd3cd15d5e056c8a7473f74ea074426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 21:46:41 +0000 Subject: [PATCH] Build(deps): bump callstackincubator/react-native-harness Bumps [callstackincubator/react-native-harness](https://github.com/callstackincubator/react-native-harness) from 1.1.0 to 1.2.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/0da1aef3c45964f14c00513b27f836cd9ae0d74f...e15fb86c3feb5389a5930d481659a0e9c2ccbe95) --- updated-dependencies: - dependency-name: callstackincubator/react-native-harness dependency-version: 1.2.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 9c29d43..d855f54 100644 --- a/.github/workflows/harness-android.yml +++ b/.github/workflows/harness-android.yml @@ -60,7 +60,7 @@ jobs: android: false - name: Run harness tests - uses: callstackincubator/react-native-harness@0da1aef3c45964f14c00513b27f836cd9ae0d74f # v1.1.0 + uses: callstackincubator/react-native-harness@e15fb86c3feb5389a5930d481659a0e9c2ccbe95 # v1.2.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 53943b5..3d72ce7 100644 --- a/.github/workflows/harness-ios.yml +++ b/.github/workflows/harness-ios.yml @@ -64,7 +64,7 @@ jobs: | xcpretty --color && exit ${PIPESTATUS[0]} - name: Run harness tests - uses: callstackincubator/react-native-harness@0da1aef3c45964f14c00513b27f836cd9ae0d74f # v1.1.0 + uses: callstackincubator/react-native-harness@e15fb86c3feb5389a5930d481659a0e9c2ccbe95 # v1.2.0 with: app: ios/build/Build/Products/Debug-iphonesimulator/CaptureViewExample.app runner: ios