From ed849bb8638fb75343a1913f8f48e8ad40b2c98d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 07:57:51 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 6 in the all-actions group Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 ad521a6..7b7c15a 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@v5 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c22ad70..b0c2402 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@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/unit-testing.yml b/.github/workflows/unit-testing.yml index 5dc8562..c0e7a6c 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@v5 + - uses: actions/checkout@v6 - 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@v5 + - uses: actions/checkout@v6 - name: Use Node.js ${{ env.node-version }} uses: actions/setup-node@v6 with: