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 16
16
name : Lint
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
20
20
- uses : dtolnay/rust-toolchain@stable
21
21
with :
22
22
components : rustfmt, clippy
42
42
os : [ubuntu-latest]
43
43
fail-fast : false
44
44
steps :
45
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
45
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
46
46
- uses : dtolnay/rust-toolchain@stable
47
47
with :
48
48
components : rustfmt, clippy
60
60
rust-version : ["1.66", stable]
61
61
fail-fast : false
62
62
steps :
63
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
63
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
64
64
- uses : dtolnay/rust-toolchain@master
65
65
with :
66
66
toolchain : ${{ matrix.rust-version }}
Original file line number Diff line number Diff line change 18
18
RUSTFLAGS : -D warnings
19
19
CARGO_TERM_COLOR : always
20
20
steps :
21
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
22
22
# Nightly Rust is used for cargo llvm-cov --doc below.
23
23
- uses : dtolnay/rust-toolchain@nightly
24
24
with :
Original file line number Diff line number Diff line change 11
11
concurrency : ci-${{ github.ref }}
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
15
15
- uses : dtolnay/rust-toolchain@stable
16
16
- name : Build rustdocs
17
17
run : ./scripts/build-docs.sh
Original file line number Diff line number Diff line change 11
11
if : github.repository_owner == 'nextest-rs' && startsWith(github.ref_name, 'datatest-stable-')
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
15
15
with :
16
16
persist-credentials : false
17
17
- name : Install Rust
You can’t perform that action at this time.
0 commit comments