Skip to content

Commit f157cdd

Browse files
chore(deps): update microsoft/react-native-test-app action to v4 (#3470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
1 parent 9b66e09 commit f157cdd

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.changeset/hip-comics-collect.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/rnx-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v4
3838
- name: Set up toolchain
39-
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.9.7
39+
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
4040
with:
4141
platform: android
4242
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}
@@ -66,7 +66,7 @@ jobs:
6666
- name: Checkout
6767
uses: actions/checkout@v4
6868
- name: Set up toolchain
69-
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.9.7
69+
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
7070
with:
7171
platform: ios
7272
project-root: ${{ github.event.inputs.projectRoot }}
@@ -120,7 +120,7 @@ jobs:
120120
- name: Checkout
121121
uses: actions/checkout@v4
122122
- name: Set up toolchain
123-
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.9.7
123+
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
124124
with:
125125
platform: macos
126126
project-root: ${{ github.event.inputs.projectRoot }}
@@ -154,7 +154,7 @@ jobs:
154154
- name: Checkout
155155
uses: actions/checkout@v4
156156
- name: Set up toolchain
157-
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.9.7
157+
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
158158
with:
159159
platform: windows
160160
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}

incubator/build/workflows/github.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v4
3838
- name: Set up toolchain
39-
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.9.7
39+
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
4040
with:
4141
platform: android
4242
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}
@@ -66,7 +66,7 @@ jobs:
6666
- name: Checkout
6767
uses: actions/checkout@v4
6868
- name: Set up toolchain
69-
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.9.7
69+
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
7070
with:
7171
platform: ios
7272
project-root: ${{ github.event.inputs.projectRoot }}
@@ -120,7 +120,7 @@ jobs:
120120
- name: Checkout
121121
uses: actions/checkout@v4
122122
- name: Set up toolchain
123-
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.9.7
123+
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
124124
with:
125125
platform: macos
126126
project-root: ${{ github.event.inputs.projectRoot }}
@@ -154,7 +154,7 @@ jobs:
154154
- name: Checkout
155155
uses: actions/checkout@v4
156156
- name: Set up toolchain
157-
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.9.7
157+
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
158158
with:
159159
platform: windows
160160
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}

0 commit comments

Comments
 (0)