From 5ce1d5b0a9e62db8932754658c61a33c67920a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:09:18 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 in the all-actions group Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/mcp-analyze-and-trigger-ingest.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/unit-testing.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mcp-analyze-and-trigger-ingest.yml b/.github/workflows/mcp-analyze-and-trigger-ingest.yml index 7b7c15a..00dd3d1 100644 --- a/.github/workflows/mcp-analyze-and-trigger-ingest.yml +++ b/.github/workflows/mcp-analyze-and-trigger-ingest.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0c2402..462e630 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/unit-testing.yml b/.github/workflows/unit-testing.yml index a759258..07fff45 100644 --- a/.github/workflows/unit-testing.yml +++ b/.github/workflows/unit-testing.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js ${{ env.node-version }} uses: actions/setup-node@v6 with: @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js ${{ env.node-version }} uses: actions/setup-node@v6 with: