From 665ac8bd6a357820374728b14f2850ff47826b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 13:22:22 +0000 Subject: [PATCH] chore(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/cd-python-sdk.yaml | 2 +- .github/workflows/ci-lint-cvat-exchange-oracle.yaml | 2 +- .github/workflows/ci-lint-cvat-recording-oracle.yaml | 2 +- .github/workflows/ci-test-python-sdk.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-python-sdk.yaml b/.github/workflows/cd-python-sdk.yaml index aba50ea0f8..ac27dd7e2a 100644 --- a/.github/workflows/cd-python-sdk.yaml +++ b/.github/workflows/cd-python-sdk.yaml @@ -35,7 +35,7 @@ jobs: node-version-file: .nvmrc cache: yarn - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.x" - name: Read package version diff --git a/.github/workflows/ci-lint-cvat-exchange-oracle.yaml b/.github/workflows/ci-lint-cvat-exchange-oracle.yaml index 7b4d925fbb..40cb434fe0 100644 --- a/.github/workflows/ci-lint-cvat-exchange-oracle.yaml +++ b/.github/workflows/ci-lint-cvat-exchange-oracle.yaml @@ -24,7 +24,7 @@ jobs: uses: snok/install-poetry@v1 with: version: 1.8.4 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: '3.10' cache: 'poetry' diff --git a/.github/workflows/ci-lint-cvat-recording-oracle.yaml b/.github/workflows/ci-lint-cvat-recording-oracle.yaml index baa61a0dae..8bab8e5103 100644 --- a/.github/workflows/ci-lint-cvat-recording-oracle.yaml +++ b/.github/workflows/ci-lint-cvat-recording-oracle.yaml @@ -24,7 +24,7 @@ jobs: uses: snok/install-poetry@v1 with: version: 1.8.4 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: '3.10' cache: 'poetry' diff --git a/.github/workflows/ci-test-python-sdk.yaml b/.github/workflows/ci-test-python-sdk.yaml index a201efebcc..6c048c0b8f 100644 --- a/.github/workflows/ci-test-python-sdk.yaml +++ b/.github/workflows/ci-test-python-sdk.yaml @@ -22,7 +22,7 @@ jobs: - name: Build core package run: yarn workspace @human-protocol/core build - name: Set up Python 3.10 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.10" - name: Install pipenv