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