From ec1040080718ede1fe0bf4450f225df3cfe1487a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:06:38 +0000 Subject: [PATCH] ci: bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/automated-workflow-fixes.yml | 4 ++-- .github/workflows/cli-command-heading-case.yml | 2 +- .github/workflows/readme-docs-constraints.yml | 2 +- .github/workflows/reusable-cli-command-path-check.yml | 6 +++--- .github/workflows/reusable-link-check.yml | 2 +- .github/workflows/reusable-markdownlint.yml | 2 +- .github/workflows/reusable-spell-check.yml | 2 +- .github/workflows/secret-scan.yml | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/automated-workflow-fixes.yml b/.github/workflows/automated-workflow-fixes.yml index 7e62ed054..75006c8ce 100644 --- a/.github/workflows/automated-workflow-fixes.yml +++ b/.github/workflows/automated-workflow-fixes.yml @@ -79,7 +79,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -113,7 +113,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Python uses: actions/setup-python@v6 diff --git a/.github/workflows/cli-command-heading-case.yml b/.github/workflows/cli-command-heading-case.yml index 0e5d82b36..84545ea31 100644 --- a/.github/workflows/cli-command-heading-case.yml +++ b/.github/workflows/cli-command-heading-case.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Python uses: actions/setup-python@v6 diff --git a/.github/workflows/readme-docs-constraints.yml b/.github/workflows/readme-docs-constraints.yml index 13d42d005..dbfef45c3 100644 --- a/.github/workflows/readme-docs-constraints.yml +++ b/.github/workflows/readme-docs-constraints.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Python uses: actions/setup-python@v6 diff --git a/.github/workflows/reusable-cli-command-path-check.yml b/.github/workflows/reusable-cli-command-path-check.yml index 783416c31..caa485044 100644 --- a/.github/workflows/reusable-cli-command-path-check.yml +++ b/.github/workflows/reusable-cli-command-path-check.yml @@ -96,7 +96,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: true @@ -294,7 +294,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: true @@ -364,7 +364,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/reusable-link-check.yml b/.github/workflows/reusable-link-check.yml index 6befc7ded..cc89c6d1e 100644 --- a/.github/workflows/reusable-link-check.yml +++ b/.github/workflows/reusable-link-check.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/reusable-markdownlint.yml b/.github/workflows/reusable-markdownlint.yml index 7ce34a428..52c66e26a 100644 --- a/.github/workflows/reusable-markdownlint.yml +++ b/.github/workflows/reusable-markdownlint.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/reusable-spell-check.yml b/.github/workflows/reusable-spell-check.yml index d064bb9fb..d027859ac 100644 --- a/.github/workflows/reusable-spell-check.yml +++ b/.github/workflows/reusable-spell-check.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml index 791eb19c8..c86070f61 100644 --- a/.github/workflows/secret-scan.yml +++ b/.github/workflows/secret-scan.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -97,7 +97,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0