Skip to content

Commit fffe9b3

Browse files
committed
fix: update Rust action to use rust-toolchain for consistency
1 parent f7f37c2 commit fffe9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: pnpm install --frozen-lockfile --ignore-scripts
4242

4343
- name: Setup Rust
44-
uses: dtolnay/rust-action@stable
44+
uses: dtolnay/rust-toolchain@stable
4545

4646
- name: Install wasm-pack
4747
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

0 commit comments

Comments
 (0)