diff --git a/.github/workflows/cross-platform-tests.yml b/.github/workflows/cross-platform-tests.yml index c57677df2..1b29c88a7 100644 --- a/.github/workflows/cross-platform-tests.yml +++ b/.github/workflows/cross-platform-tests.yml @@ -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}} diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 8f7494311..66de9f474 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -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 @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 @@ -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 @@ -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 }} @@ -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 @@ -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 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 01a45f7bb..b351d5e06 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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: @@ -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: @@ -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: @@ -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" @@ -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" @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d26f9907..dafcd39aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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 }} @@ -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 }}