From e582804e8d7dcf673bb928785cbe8fc1ba339a01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:43:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v7 --- .github/workflows/CI.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3306235..a2b47dd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,7 +38,7 @@ jobs: target: ppc64le steps: - uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Build wheels @@ -76,7 +76,7 @@ jobs: target: armv7 steps: - uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Build wheels @@ -115,7 +115,7 @@ jobs: python_arch: arm64 steps: - uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.13 architecture: ${{ matrix.platform.python_arch }} @@ -125,7 +125,7 @@ jobs: target: ${{ matrix.platform.target }} args: --release --out dist sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.14t architecture: ${{ matrix.platform.python_arch }} @@ -152,7 +152,7 @@ jobs: target: aarch64 steps: - uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Build wheels