Skip to content

Commit

Permalink
docs(changeset):
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Apr 29, 2024
1 parent 1320c47 commit e838c33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .changeset/pink-beans-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
8 changes: 4 additions & 4 deletions .github/workflows/rnx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.8
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.13
with:
platform: android
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.8
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.13
with:
platform: ios
project-root: ${{ github.event.inputs.projectRoot }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.8
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.13
with:
platform: macos
project-root: ${{ github.event.inputs.projectRoot }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.8
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.13
with:
platform: windows
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}
Expand Down
8 changes: 4 additions & 4 deletions incubator/build/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.5
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.13
with:
platform: android
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.5
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.13
with:
platform: ios
project-root: ${{ github.event.inputs.projectRoot }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.5
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.13
with:
platform: macos
project-root: ${{ github.event.inputs.projectRoot }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.5
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@3.5.13
with:
platform: windows
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}
Expand Down

0 comments on commit e838c33

Please sign in to comment.