From 79ce50f1a6d7a19e6eea922f52ae4376a2cf0848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 21:17:58 +0000 Subject: [PATCH] chore(ci): 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2509071..c8a278b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: components: rustfmt, clippy # mds-python (pyo3, abi3-py311) is compiled by `clippy --all-targets` and # `test --workspace`; a 3.11+ interpreter makes the pyo3 build deterministic. - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.11" - uses: Swatinem/rust-cache@v2 @@ -51,7 +51,7 @@ jobs: # mds-python is added to the MSRV gate: its pyo3/abi3 build must compile on # the workspace floor (Rust 1.88 ≥ pyo3 0.28 MSRV 1.83). setup-python gives # the pyo3 build script a 3.11+ interpreter. - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.11" - uses: Swatinem/rust-cache@v2 @@ -154,7 +154,7 @@ jobs: - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install test tooling @@ -182,7 +182,7 @@ jobs: - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.11" - name: Install build tooling