Skip to content

Commit df5a4cb

Browse files
committed
fix(ci): correct rust-toolchain action reference
1 parent c83a4f3 commit df5a4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cache: 'pnpm'
4343

4444
- name: Install Rust stable
45-
uses: dtolnay/rust-action@e645b0cf126e4de3e4307c0dc05270e8edd02507 # stable
45+
uses: dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
4646
with:
4747
toolchain: stable
4848
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}

0 commit comments

Comments
 (0)