diff --git a/.github/workflows/_local_ci_tests.yml b/.github/workflows/_local_ci_tests.yml index 72db41dd..df4d9cf9 100644 --- a/.github/workflows/_local_ci_tests.yml +++ b/.github/workflows/_local_ci_tests.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} allow-prereleases: true @@ -85,7 +85,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 241b14d6..810d002a 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -198,7 +198,7 @@ jobs: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} - name: Set up Python ${{ inputs.python_version_build }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "${{ inputs.python_version_build }}" allow-prereleases: true @@ -415,7 +415,7 @@ jobs: ref: ${{ inputs.release_branch }} - name: Set up Python ${{ inputs.python_version_docs }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "${{ inputs.python_version_docs }}" allow-prereleases: true diff --git a/.github/workflows/ci_cd_updated_default_branch.yml b/.github/workflows/ci_cd_updated_default_branch.yml index ff6088de..69d298d5 100644 --- a/.github/workflows/ci_cd_updated_default_branch.yml +++ b/.github/workflows/ci_cd_updated_default_branch.yml @@ -223,7 +223,7 @@ jobs: - name: Set up Python ${{ inputs.python_version }} if: steps.release_check.outputs.release_run == 'false' - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "${{ inputs.python_version }}" allow-prereleases: true diff --git a/.github/workflows/ci_check_pyproject_dependencies.yml b/.github/workflows/ci_check_pyproject_dependencies.yml index 0dc904b2..7ce71c67 100644 --- a/.github/workflows/ci_check_pyproject_dependencies.yml +++ b/.github/workflows/ci_check_pyproject_dependencies.yml @@ -144,7 +144,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ inputs.python_version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "${{ inputs.python_version }}" allow-prereleases: true diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 6c511a5a..b6643569 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -255,7 +255,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python ${{ inputs.python_version_pre-commit }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "${{ inputs.python_version_pre-commit }}" allow-prereleases: true @@ -305,7 +305,7 @@ jobs: fetch-depth: 2 - name: Set up Python ${{ inputs.python_version_pylint_safety }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "${{ inputs.python_version_pylint_safety }}" allow-prereleases: true @@ -393,7 +393,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python ${{ inputs.python_version_package }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "${{ inputs.python_version_package }}" allow-prereleases: true @@ -470,7 +470,7 @@ jobs: fetch-depth: 2 - name: Set up Python ${{ inputs.python_version_docs }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "${{ inputs.python_version_docs }}" allow-prereleases: true diff --git a/.github/workflows/ci_update_dependencies.yml b/.github/workflows/ci_update_dependencies.yml index b1d6fddf..89f6e9cf 100644 --- a/.github/workflows/ci_update_dependencies.yml +++ b/.github/workflows/ci_update_dependencies.yml @@ -107,7 +107,7 @@ jobs: - name: Set up Python ${{ inputs.python_version }} if: inputs.update_pre-commit - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "${{ inputs.python_version }}" allow-prereleases: true