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"