Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/build-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
runs-on: macOS-15
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Trunk Check
uses: trunk-io/trunk-action@v1

pod-lint:
runs-on: macOS-15
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: macOS-15
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: macOS-15
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-kits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix: ${{ steps.set.outputs.matrix }}
pod-matrix: ${{ steps.set.outputs.pod-matrix }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
sparse-checkout: Kits/matrix.json
sparse-checkout-cone-mode: false
Expand All @@ -30,7 +30,7 @@ jobs:
matrix:
kit: ${{ fromJson(needs.load-matrix.outputs.pod-matrix) }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "26.2"
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
timeout-minutes: 45
steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-secondary-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
working-directory: ./RNExample/ios
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cross-platform-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
runs-on: macOS-15
steps:
- name: "Checkout Cross Platform Tests"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
submodules: "true"
repository: mParticle/crossplatform-sdk-tests
fetch-depth: 1
- name: "Checkout iOS SDK"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.head_ref }}
path: .sdks/apple
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Select Xcode
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: macOS-15
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
steps:
- name: Checkout main branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
tag: ${{ steps.version.outputs.tag }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
outputs:
matrix: ${{ steps.set.outputs.matrix }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
sparse-checkout: Kits/matrix.json
sparse-checkout-cone-mode: false
Expand All @@ -135,7 +135,7 @@ jobs:

steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
XCODE_VERSION: "26.2"
steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
Expand All @@ -257,7 +257,7 @@ jobs:

steps:
- name: Checkout monorepo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
XCODE_VERSION: "26.2"
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
kit: ${{ fromJson(needs.load-matrix.outputs.matrix) }}
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-release-maintenance-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
steps:
- name: Checkout workstation branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
repository: ${{ github.repository }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
runs-on: macOS-15
steps:
- name: Checkout PR branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
path: pr-branch

- name: Checkout target branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.base.sha || 'main' }}
path: base-branch
Expand Down
Loading