mirror of
https://github.com/max-sixty/worktrunk.git
synced 2026-09-14 20:00:38 +08:00
397c3b2df4
Weekly CI pin bump for the three tool pins that drifted this week. All three are patch-level. - **cargo-llvm-cov** `=0.9.0` → `=0.9.1` — `coverage.yaml` - **cargo-nextest** `=0.9.143` → `=0.9.144` — `coverage.yaml`, `.github/actions/test-setup/action.yaml`, `.github/actions/tend-setup/action.yaml`, and `.codex/cloud.sh`, which the weekly checklist keeps level with `test-setup` - **PowerShell** `7.6.5` → `7.6.6` — `.codex/cloud.sh` and `setup-web` in `Taskfile.yaml`. Nothing under `.github/` pins PowerShell (CI uses whatever the runner image ships), so this one answers only to these two setup paths Toolchain compatibility against the pinned `1.97.0`: `cargo-llvm-cov` 0.9.1 declares `rust-version = 1.87`, `cargo-nextest` 0.9.144 declares `1.91`. Both build under `baptiste0928/cargo-install`. The two download URLs still resolve at the new versions: `powershell-7.6.6-linux-x64.tar.gz` and `powershell_7.6.6-1.deb_amd64.deb` are both published on the `v7.6.6` release, and `cargo-nextest-0.9.144-x86_64-unknown-linux-gnu.tar.gz` on the `cargo-nextest-0.9.144` tag. The `worktrunk` pin also drifted this week and is in #4088 instead — it is the `wt` that drives `wt hook pre-merge` on all three platforms, so a red matrix there shouldn't hold back these. Co-authored-by: worktrunk-bot <254187624+worktrunk-bot@users.noreply.github.com>