From 4ecb3a4eff064f90c7d5d9883e6fbb4b54942cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:50:44 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 6.0.3 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [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.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/git-commit-lint.yaml | 2 +- .github/workflows/super-linter.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/git-commit-lint.yaml b/.github/workflows/git-commit-lint.yaml index 7688b55..294a986 100644 --- a/.github/workflows/git-commit-lint.yaml +++ b/.github/workflows/git-commit-lint.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/super-linter.yaml b/.github/workflows/super-linter.yaml index c52305f..fe76368 100644 --- a/.github/workflows/super-linter.yaml +++ b/.github/workflows/super-linter.yaml @@ -107,7 +107,7 @@ jobs: steps: - name: Check Out VCS Repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: # Full git history is needed to get a proper list of changed files within `super-linter`. fetch-depth: 0