From ceefaa8e25e68d02e6988c854b36952ef510ee22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 10:55:20 +0000 Subject: [PATCH] Chore(deps): (deps): Bump actions/setup-python from 6 to 7 Bumps [actions/setup-python](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-update-native-vendor-deps.yml | 2 +- .github/workflows/shared-release-bump-version.yml | 2 +- .github/workflows/shared-testing-python.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-update-native-vendor-deps.yml b/.github/workflows/ci-update-native-vendor-deps.yml index 3fc7bd223..2c763b7aa 100644 --- a/.github/workflows/ci-update-native-vendor-deps.yml +++ b/.github/workflows/ci-update-native-vendor-deps.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' diff --git a/.github/workflows/shared-release-bump-version.yml b/.github/workflows/shared-release-bump-version.yml index c6086d0e3..74f8cf51d 100644 --- a/.github/workflows/shared-release-bump-version.yml +++ b/.github/workflows/shared-release-bump-version.yml @@ -38,7 +38,7 @@ jobs: token: ${{ secrets.RELEASE_TOKEN }} - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' diff --git a/.github/workflows/shared-testing-python.yml b/.github/workflows/shared-testing-python.yml index bc57817a6..3cff33d09 100644 --- a/.github/workflows/shared-testing-python.yml +++ b/.github/workflows/shared-testing-python.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x'