From 4e3de6ed298aee5a630b04f524280353d54de62a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 22:04:38 +0000 Subject: [PATCH] chore: bump actions/checkout from 3 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-app-checks.yml | 10 +++++----- .github/workflows/release.yml | 6 +++--- .github/workflows/sync-higgs-shop-data-plan.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) 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