Skip to content

Commit 8209d25

Browse files
committed
docs(changeset):
1 parent ebfc2d9 commit 8209d25

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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+
---

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)