File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 name : Lint
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2020 - uses : dtolnay/rust-toolchain@stable
2121 with :
2222 components : rustfmt, clippy
4242 os : [ubuntu-latest]
4343 fail-fast : false
4444 steps :
45- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
45+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
4646 - uses : dtolnay/rust-toolchain@stable
4747 with :
4848 components : rustfmt, clippy
6060 rust-version : ["1.66", stable]
6161 fail-fast : false
6262 steps :
63- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
63+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
6464 - uses : dtolnay/rust-toolchain@master
6565 with :
6666 toolchain : ${{ matrix.rust-version }}
Original file line number Diff line number Diff line change 1818 RUSTFLAGS : -D warnings
1919 CARGO_TERM_COLOR : always
2020 steps :
21- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2222 # Nightly Rust is used for cargo llvm-cov --doc below.
2323 - uses : dtolnay/rust-toolchain@nightly
2424 with :
Original file line number Diff line number Diff line change 1111 concurrency : ci-${{ github.ref }}
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1515 - uses : dtolnay/rust-toolchain@stable
1616 - name : Build rustdocs
1717 run : ./scripts/build-docs.sh
Original file line number Diff line number Diff line change 1111 if : github.repository_owner == 'nextest-rs' && startsWith(github.ref_name, 'datatest-stable-')
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1515 with :
1616 persist-credentials : false
1717 - name : Install Rust
You can’t perform that action at this time.
0 commit comments