Skip to content

Commit 214096b

Browse files
committed
Pin rust-toolchain action refs in CI workflows
1 parent 01c26b7 commit 214096b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Install Rust
23-
uses: dtolnay/rust-toolchain@master
23+
uses: dtolnay/rust-toolchain@1.86
2424
with:
2525
toolchain: 1.92.0
2626
components: clippy, rustfmt

.github/workflows/sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Install Rust
26-
uses: dtolnay/rust-toolchain@master
26+
uses: dtolnay/rust-toolchain@1.86
2727
with:
2828
toolchain: 1.92.0
2929
components: clippy, rustfmt

0 commit comments

Comments
 (0)