Skip to content

Commit 842b884

Browse files
committed
ci: remove deprecated actions-rs toolchain from test workflow
1 parent ddab493 commit 842b884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Setup Rust
24-
uses: actions/setup-rust@v1
24+
uses: actions-rust-lang/setup-rust-toolchain@v1
2525
with:
2626
rust-version: ${{ matrix.rust }}
2727

0 commit comments

Comments
 (0)