File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : dtolnay/rust-action @stable
18+ - uses : dtolnay/rust-toolchain @stable
1919 - run : cargo check --all-features
2020
2121 fmt :
2222 name : Format
2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v4
26- - uses : dtolnay/rust-action @stable
26+ - uses : dtolnay/rust-toolchain @stable
2727 with :
2828 components : rustfmt
2929 - run : cargo fmt --all -- --check
3333 runs-on : ubuntu-latest
3434 steps :
3535 - uses : actions/checkout@v4
36- - uses : dtolnay/rust-action @stable
36+ - uses : dtolnay/rust-toolchain @stable
3737 with :
3838 components : clippy
3939 - run : cargo clippy --all-features -- -D warnings
4747 os : [ubuntu-latest, macos-latest, windows-latest]
4848 steps :
4949 - uses : actions/checkout@v4
50- - uses : dtolnay/rust-action @stable
50+ - uses : dtolnay/rust-toolchain @stable
5151 - run : cargo test --all-features
5252
5353 build-check :
6767 os : windows-latest
6868 steps :
6969 - uses : actions/checkout@v4
70- - uses : dtolnay/rust-action @stable
70+ - uses : dtolnay/rust-toolchain @stable
7171 with :
7272 targets : ${{ matrix.target }}
7373 - run : cargo build --release --target ${{ matrix.target }}
Original file line number Diff line number Diff line change 5757 uses : actions/checkout@v4
5858
5959 - name : Install Rust toolchain
60- uses : dtolnay/rust-action @stable
60+ uses : dtolnay/rust-toolchain @stable
6161 with :
6262 targets : ${{ matrix.target }}
6363
You can’t perform that action at this time.
0 commit comments