Skip to content

Commit 3fdc8ed

Browse files
committed
Use actions-rust-lang instead of the deprecated actions-rs
1 parent aeff227 commit 3fdc8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
key: lab-${{ matrix.lab }}-${{ steps.lab-hash.outputs.hash }}
8888

8989
- name: Setup Rust
90-
uses: actions-rs/toolchain@v1
90+
uses: actions-rust-lang/setup-rust-toolchain@v1
9191
with:
9292
toolchain: stable
9393
override: true

0 commit comments

Comments
 (0)