Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
needs: [diff_check]
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: npm i -g corepack
- uses: actions/setup-node@v4
with:
Expand All @@ -40,7 +40,7 @@ jobs:
needs: [diff_check]
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: npm i -g corepack
- uses: actions/setup-node@v4
with:
Expand All @@ -58,7 +58,7 @@ jobs:
needs: [diff_check]
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: npm i -g corepack
- uses: actions/setup-node@v4
with:
Expand All @@ -81,7 +81,7 @@ jobs:
needs: [diff_check]
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: npm i -g corepack
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: npm i -g corepack
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
needs: [job_build, diff_check]
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: npm i -g corepack
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
platform: ['ios', 'android']
dev: [true, false]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: npm i -g corepack
- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changes-in-high-risk-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
high_risk_code: ${{ steps.changes.outputs.high_risk_code }}
high_risk_code_files: ${{ steps.changes.outputs.high_risk_code_files }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Get changed files
id: changes
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
--outputPath codegen \
--targetPlatform ios
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: npm i -g corepack
- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Android
appPlain: performance-tests/TestAppPlain/android/app/build/outputs/apk/release/app-release.apk
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/disk-cleanup
if: ${{ matrix.platform == 'android' }}
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
ios-use-frameworks: 'dynamic'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/disk-cleanup
if: ${{ matrix.platform == 'android' }}
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
engine: 'jsc'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Install Maestro
uses: dniHze/maestro-test-action@bda8a93211c86d0a05b7a4597c5ad134566fbde4 # pin@v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
needs: [diff_check]
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Enable Corepack
run: npm i -g corepack
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
needs: [diff_check]
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/disk-cleanup

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
- name: Check out current commit (${{ github.sha }})
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ steps.token.outputs.token }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample-application-expo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- platform: 'android'
ios-use-frameworks: 'dynamic-frameworks'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Enable Corepack
run: npm i -g corepack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sample-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- ios-use-frameworks: 'dynamic-frameworks'
platform: 'macos'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Enable Corepack
run: npm i -g corepack
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
build-type: 'production'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Install Maestro
uses: dniHze/maestro-test-action@bda8a93211c86d0a05b7a4597c5ad134566fbde4 # pin@v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/skip-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Checkout PR Base Branch
if: steps.check-pr.outputs.is-pr == 'true'
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
ref: ${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
needs: [diff_check]
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
- uses: ruby/setup-ruby@v1
with:
Expand Down
Loading