From 150cb53615345dc2686544c3d5e566d1dd1b396d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:27:07 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 5 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...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/code_checks.yml | 2 +- .github/workflows/integration_tests.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 697260d..25c9221 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -38,7 +38,7 @@ jobs: enable-cache: true - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version-file: ".python-version" diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 414c736..6780fc2 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -40,7 +40,7 @@ jobs: enable-cache: true - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version-file: ".python-version" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa313fc..6a7be6e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: uses: astral-sh/setup-uv@v4 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version-file: ".python-version" diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 07a5719..55a5e41 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -36,7 +36,7 @@ jobs: enable-cache: true - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version-file: ".python-version"