From 8d9e4bb508b89ad5d030c5b5b3ea9ba2dac33990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:35:40 +0000 Subject: [PATCH] Bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code_checks.yml | 2 +- .github/workflows/docs_build.yml | 2 +- .github/workflows/docs_deploy.yml | 2 +- .github/workflows/integration_tests.yml | 2 +- .github/workflows/publish.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 70cb66b..b971dc4 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -33,7 +33,7 @@ jobs: version: "0.5.21" enable-cache: true - name: Set up Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v6 with: python-version-file: ".python-version" - name: Install dependencies and check code diff --git a/.github/workflows/docs_build.yml b/.github/workflows/docs_build.yml index f986a68..f2467d4 100644 --- a/.github/workflows/docs_build.yml +++ b/.github/workflows/docs_build.yml @@ -29,7 +29,7 @@ jobs: version: "0.5.21" enable-cache: true - name: Set up Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v6 with: python-version-file: ".python-version" - name: Install dependencies and build docs diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index aed391f..b7c79ac 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -33,7 +33,7 @@ jobs: version: "0.5.21" enable-cache: true - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: ".python-version" - name: Install dependencies and build docs diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 9a74adb..020f537 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -48,7 +48,7 @@ jobs: version: "0.5.21" enable-cache: true - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: ".python-version" - name: Install dependencies and check code diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ab5d586..f2d7719 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: version: "0.5.21" enable-cache: true - name: Set up Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v6 with: python-version-file: ".python-version" - name: Install the project