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
4 changes: 2 additions & 2 deletions .github/workflows/cross-platform-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Cross Platform Tests Repo"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mParticle/crossplatform-sdk-tests

- name: "Checkout Android SDK Branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{github.event.pull_request.head.repo.full_name}}
ref: ${{github.head_ref}}
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: "Clone branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
repository: mparticle/mparticle-android-sdk
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
# needs: create-regression-branch
# steps:
# - name: "Checkout future release branch"
# uses: actions/checkout@v5
# uses: actions/checkout@v6
# with:
# repository: mparticle/mparticle-android-sdk
# ref: regression/${{ github.run_number }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
# needs: create-regression-branch
# steps:
# - name: "Checkout Branch"
# uses: actions/checkout@v5
# uses: actions/checkout@v6
# with:
# repository: mparticle/mparticle-android-sdk
# ref: regression/${{ github.run_number }}
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
needs: create-regression-branch
steps:
- name: "Checkout future release branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mparticle/mparticle-android-sdk
ref: regression/${{ github.run_number }}
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
needs: create-regression-branch
steps:
- name: "Checkout Branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: regression/${{ github.run_number }}
submodules: recursive
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
needs: create-regression-branch
steps:
- name: "Checkout Branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: regression/${{ github.run_number }}
submodules: recursive
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: "Checkout future release branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mparticle/mparticle-android-sdk
ref: regression/${{ github.run_number }}
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: "Checkout public main branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
ref: main
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: "Checkout repo"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
fetch-depth: 0
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: "Install JDK 17"
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: "Install JDK 17"
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: "Install JDK 17"
uses: actions/setup-java@v4
with:
Expand All @@ -186,7 +186,7 @@ jobs:
runs-on: macos-latest
steps:
- name: "Checkout Branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: recursive
- name: "Install JDK 17"
Expand All @@ -209,7 +209,7 @@ jobs:
runs-on: macos-latest
steps:
- name: "Checkout Branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: recursive
- name: "Install JDK 17"
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- name: "Checkout Branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: recursive
fetch-depth: 0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: Checkout main branch
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
repository: mparticle/mparticle-android-sdk
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: "Checkout public main branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
fetch-depth: 0
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
mavenSigningKeyPassword: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY_PASSWORD }}
steps:
- name: "Checkout release branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mparticle/mparticle-android-sdk
ref: release/${{ github.run_number }}
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout main branch"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
repository: ${{ github.repository }}
Expand Down
Loading