From 18be26295abaa8df5fe060faf366be4beb7a33c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:28:28 +0000 Subject: [PATCH] Bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fddd87f..eb55879 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: 'true' - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: 3.13 - name: Build wheels @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: 'true' - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: 3.13 architecture: ${{ matrix.platform.target }} @@ -138,7 +138,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: 'true' - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: 3.13 - name: Build wheels