From 2b2379dbcf4267bb4a0ec1626008d86b3cc6f06d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:31:03 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-dependabot-auto-merge.yml | 2 +- .github/workflows/ci-dependency-check.yml | 2 +- .github/workflows/ci-semantic-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-dependabot-auto-merge.yml b/.github/workflows/ci-dependabot-auto-merge.yml index 3964f9e..fa47c5e 100644 --- a/.github/workflows/ci-dependabot-auto-merge.yml +++ b/.github/workflows/ci-dependabot-auto-merge.yml @@ -15,7 +15,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v5 diff --git a/.github/workflows/ci-dependency-check.yml b/.github/workflows/ci-dependency-check.yml index 90cad61..d21e01f 100644 --- a/.github/workflows/ci-dependency-check.yml +++ b/.github/workflows/ci-dependency-check.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v5 diff --git a/.github/workflows/ci-semantic-release.yml b/.github/workflows/ci-semantic-release.yml index 8a12937..f3d9c2b 100644 --- a/.github/workflows/ci-semantic-release.yml +++ b/.github/workflows/ci-semantic-release.yml @@ -19,7 +19,7 @@ jobs: steps: # Step 1: Check out the full Git history for proper versioning - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetches all history for all branches and tags