Skip to content

Commit ce1b838

Browse files
committed
Fix Rust toolchain action name
1 parent bef42c8 commit ce1b838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: '3.12'
3636

3737
- name: Setup Rust
38-
uses: dtolnay/rust-action@stable
38+
uses: dtolnay/rust-toolchain@stable
3939

4040
- name: Cache pip dependencies
4141
uses: actions/cache@v4

0 commit comments

Comments
 (0)