Skip to content

Commit 68ba5a9

Browse files
committed
ci: Switch from deprecated actions-rs/toolchain to dtolnay/rust-toolchain
actions-rs/toolchain is archived/deprecated. dtolnay/rust-toolchain is the actively maintained replacement. Assisted-by: OpenCode (Claude claude-opus-4-6) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 166ee88 commit 68ba5a9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
timeout-minutes: 15
2323
steps:
24-
- uses: actions-rs/toolchain@v1
25-
with:
26-
toolchain: nightly
24+
- uses: dtolnay/rust-toolchain@nightly
2725
- uses: actions/checkout@v4
2826
- run: cargo +nightly -Z package-workspace package
2927

0 commit comments

Comments
 (0)