From 851043001d85cd78032dcccca1041c38a7d5c6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:07:03 +0000 Subject: [PATCH] ci: bump actions/setup-python from 6 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/automated-workflow-fixes.yml | 2 +- .github/workflows/cli-command-heading-case.yml | 2 +- .github/workflows/readme-docs-constraints.yml | 2 +- .github/workflows/reusable-cli-command-path-check.yml | 4 ++-- .github/workflows/reusable-spell-check.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/automated-workflow-fixes.yml b/.github/workflows/automated-workflow-fixes.yml index 9f2384c57..9ccce1899 100644 --- a/.github/workflows/automated-workflow-fixes.yml +++ b/.github/workflows/automated-workflow-fixes.yml @@ -116,7 +116,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" diff --git a/.github/workflows/cli-command-heading-case.yml b/.github/workflows/cli-command-heading-case.yml index 84545ea31..45f74cac1 100644 --- a/.github/workflows/cli-command-heading-case.yml +++ b/.github/workflows/cli-command-heading-case.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" diff --git a/.github/workflows/readme-docs-constraints.yml b/.github/workflows/readme-docs-constraints.yml index dbfef45c3..f0b7168ea 100644 --- a/.github/workflows/readme-docs-constraints.yml +++ b/.github/workflows/readme-docs-constraints.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" diff --git a/.github/workflows/reusable-cli-command-path-check.yml b/.github/workflows/reusable-cli-command-path-check.yml index 0c858dda8..3d6dbcbf4 100644 --- a/.github/workflows/reusable-cli-command-path-check.yml +++ b/.github/workflows/reusable-cli-command-path-check.yml @@ -102,7 +102,7 @@ jobs: persist-credentials: true - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" @@ -300,7 +300,7 @@ jobs: persist-credentials: true - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11" diff --git a/.github/workflows/reusable-spell-check.yml b/.github/workflows/reusable-spell-check.yml index 5da90e5f1..2a8ce60cc 100644 --- a/.github/workflows/reusable-spell-check.yml +++ b/.github/workflows/reusable-spell-check.yml @@ -56,7 +56,7 @@ jobs: persist-credentials: true - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.11"