Skip to content

Commit

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

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 authored Jan 20, 2025
1 parent d2a413c commit d5369a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .changeset/thick-cars-burn.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@4.0.7
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.9
with:
platform: android
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.9
with:
platform: ios
project-root: ${{ github.event.inputs.projectRoot }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.9
with:
platform: macos
project-root: ${{ github.event.inputs.projectRoot }}
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.9
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@4.0.7
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.9
with:
platform: android
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.9
with:
platform: ios
project-root: ${{ github.event.inputs.projectRoot }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.9
with:
platform: macos
project-root: ${{ github.event.inputs.projectRoot }}
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.7
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@4.0.9
with:
platform: windows
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}
Expand Down

0 comments on commit d5369a4

Please sign in to comment.