diff --git a/.github/workflows/pull-request-app-checks.yml b/.github/workflows/pull-request-app-checks.yml index 9a99bae..239681c 100644 --- a/.github/workflows/pull-request-app-checks.yml +++ b/.github/workflows/pull-request-app-checks.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Sample Apps" - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: recursive # - name: "Create Path Triggers" @@ -39,7 +39,7 @@ jobs: needs: confirm-folder-changes steps: - name: "Checkout Branch" - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: recursive - name: "Install JDK" @@ -75,7 +75,7 @@ jobs: needs: confirm-folder-changes steps: - name: "Checkout Branch" - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: recursive - name: "Install JDK" @@ -101,7 +101,7 @@ jobs: needs: confirm-folder-changes steps: - name: "Checkout Branch" - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: recursive - name: Install JDK @@ -127,7 +127,7 @@ jobs: needs: confirm-folder-changes steps: - name: "Checkout Branch" - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: recursive - name: Install JDK diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70da951..c0b316a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout next release branch" - uses: actions/checkout@v3 + uses: actions/checkout@v7 with: ref: development - name: "Import GPG Key" @@ -56,7 +56,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout public main branch" - uses: actions/checkout@v3 + uses: actions/checkout@v7 with: token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} fetch-depth: 0 @@ -109,7 +109,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout main branch" - uses: actions/checkout@v3 + uses: actions/checkout@v7 with: fetch-depth: 0 repository: ${{ github.repository }} diff --git a/.github/workflows/sync-higgs-shop-data-plan.yml b/.github/workflows/sync-higgs-shop-data-plan.yml index b145448..f9d7e21 100644 --- a/.github/workflows/sync-higgs-shop-data-plan.yml +++ b/.github/workflows/sync-higgs-shop-data-plan.yml @@ -27,7 +27,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 with: ref: development