Skip to content

Commit 157c032

Browse files
committed
Update ci.yml
1 parent 35b8dd4 commit 157c032

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Install Rust toolchain
21-
uses: dtolnay/rust-action@stable
21+
uses: dtolnay/rust-toolchain@stable
2222
with:
2323
components: clippy, rustfmt
2424

@@ -104,7 +104,7 @@ jobs:
104104
- uses: actions/checkout@v4
105105

106106
- name: Install Rust toolchain
107-
uses: dtolnay/rust-action@stable
107+
uses: dtolnay/rust-toolchain@stable
108108
with:
109109
components: rustfmt
110110

@@ -147,7 +147,7 @@ jobs:
147147
- uses: actions/checkout@v4
148148

149149
- name: Install Rust toolchain
150-
uses: dtolnay/rust-action@stable
150+
uses: dtolnay/rust-toolchain@stable
151151
with:
152152
components: clippy
153153

0 commit comments

Comments
 (0)