Skip to content

Commit

Permalink
chore(deps): update microsoft/react-native-test-app action to v3.5.13 (
Browse files Browse the repository at this point in the history
…#3114)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
  • Loading branch information
renovate[bot] and tido64 committed Apr 29, 2024
1 parent 468292f commit 33838a2
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
@@ -0,0 +1,2 @@
---
---
8 changes: 4 additions & 4 deletions .github/workflows/rnx-build.yml
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
8 changes: 4 additions & 4 deletions incubator/build/workflows/github.yml
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 33838a2

Please sign in to comment.