From a87f74098e326fafcb28275c0753c6c2d19a5cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:20:15 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/blueprint.yml | 2 +- .github/workflows/build-project.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/update.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/blueprint.yml b/.github/workflows/blueprint.yml index 234462c..a25d6be 100644 --- a/.github/workflows/blueprint.yml +++ b/.github/workflows/blueprint.yml @@ -23,7 +23,7 @@ jobs: name: Build project steps: - name: Checkout project - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for all branches and tags diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index bae8a5a..54ad7d7 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -36,7 +36,7 @@ jobs: name: Build project steps: - name: Checkout project - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for all branches and tags diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8c42ce2..5eb390f 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 2 # Fetch the last two commits for comparison diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 33497ea..8fcb80c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write # Grants permission to create or update pull requests steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Update project uses: Seasawher/lean-update@main with: