Skip to content

Commit c0f8b36

Browse files
timitimi
authored andcommitted
fix: use correct rust-toolchain action name
1 parent 92ac275 commit c0f8b36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cache: 'pnpm'
5858

5959
- name: Setup Rust
60-
uses: dtolnay/rust-action@stable
60+
uses: dtolnay/rust-toolchain@stable
6161
with:
6262
toolchain: ${{ env.RUST_VERSION }}
6363

@@ -131,7 +131,7 @@ jobs:
131131
cache: 'pnpm'
132132

133133
- name: Setup Rust
134-
uses: dtolnay/rust-action@stable
134+
uses: dtolnay/rust-toolchain@stable
135135
with:
136136
toolchain: ${{ env.RUST_VERSION }}
137137

@@ -180,7 +180,7 @@ jobs:
180180
cache: 'pnpm'
181181

182182
- name: Setup Rust
183-
uses: dtolnay/rust-action@stable
183+
uses: dtolnay/rust-toolchain@stable
184184
with:
185185
toolchain: ${{ env.RUST_VERSION }}
186186

0 commit comments

Comments
 (0)