From 56301881d81cf30e8e9e9601a3a70afbcf07a553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:07:25 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 in the dependencies group Bumps the dependencies 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: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/git-commit-data-action.yml | 6 +++--- .github/workflows/linter.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/git-commit-data-action.yml b/.github/workflows/git-commit-data-action.yml index c6a812a..696a11b 100644 --- a/.github/workflows/git-commit-data-action.yml +++ b/.github/workflows/git-commit-data-action.yml @@ -9,7 +9,7 @@ jobs: script-testing: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # Need to download all history in order # to make the tests work properly @@ -27,7 +27,7 @@ jobs: - macos-latest - windows-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ./ - name: Output run: | @@ -60,7 +60,7 @@ jobs: concurrency: group: release-${{ github.ref }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 281e1cc..9e52f7a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -15,7 +15,7 @@ jobs: statuses: write steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # Full git history is needed to get a proper # list of changed files within `super-linter`