chore(deps): update microsoft/react-native-test-app action to v2.5.5 (#2432)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-05 10:57:42 +00:00 коммит произвёл GitHub
Родитель 864f7ce071
Коммит 3e95d35f9f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 10 добавлений и 8 удалений

Просмотреть файл

@ -0,0 +1,2 @@
---
---

8
.github/workflows/rnx-build.yml поставляемый
Просмотреть файл

@ -36,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.2
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.5
with:
platform: android
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}
@ -68,7 +68,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.2
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.5
with:
platform: ios
project-root: ${{ github.event.inputs.projectRoot }}
@ -122,7 +122,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.2
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.5
with:
platform: macos
project-root: ${{ github.event.inputs.projectRoot }}
@ -156,7 +156,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.2
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.5
with:
platform: windows
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}

Просмотреть файл

@ -36,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.2
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.5
with:
platform: android
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}
@ -68,7 +68,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.2
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.5
with:
platform: ios
project-root: ${{ github.event.inputs.projectRoot }}
@ -122,7 +122,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.2
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.5
with:
platform: macos
project-root: ${{ github.event.inputs.projectRoot }}
@ -156,7 +156,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up toolchain
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.2
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@2.5.5
with:
platform: windows
cache-npm-dependencies: ${{ github.event.inputs.packageManager }}