From 5cb0d7dbe8e5df3b18eb6a96dc5f0e88cc7e33ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:36:53 +0000 Subject: [PATCH] Bump actions/setup-python from 6 to 7 in the github-actions group Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd_release.yml | 4 ++-- .github/workflows/ci.yml | 6 +++--- .github/workflows/ci_cd_updated_main.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 9159d2cdd..75cf8c39c 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -45,7 +45,7 @@ jobs: ref: ${{ steps.save_branch.outputs.publish_branch }} - name: Set up Python 3.10 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.10' @@ -137,7 +137,7 @@ jobs: ref: ${{ needs.release.outputs.publish_branch }} - name: Set up Python 3.10 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.10' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc69d277a..e5a4e1342 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: submodules: true - name: Set up Python ${{ env.LINTING_PY_VERSION }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.LINTING_PY_VERSION }} @@ -285,7 +285,7 @@ jobs: with: submodules: true - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: ${{ env.LINTING_PY_VERSION }} @@ -313,7 +313,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python ${{ env.LINTING_PY_VERSION }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.LINTING_PY_VERSION }} diff --git a/.github/workflows/ci_cd_updated_main.yml b/.github/workflows/ci_cd_updated_main.yml index 41235ce75..20eb3feec 100644 --- a/.github/workflows/ci_cd_updated_main.yml +++ b/.github/workflows/ci_cd_updated_main.yml @@ -44,7 +44,7 @@ jobs: - name: Set up Python 3.10 if: steps.release_check.outputs.release_run == 'false' - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.10'