File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
env :
16
16
RUSTFLAGS : -D warnings
17
17
steps :
18
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
19
19
- uses : dtolnay/rust-toolchain@stable
20
20
with :
21
21
components : rustfmt, clippy
45
45
env :
46
46
RUSTFLAGS : -D warnings
47
47
steps :
48
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
48
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
49
49
- uses : dtolnay/rust-toolchain@master
50
50
with :
51
51
toolchain : ${{ matrix.rust-version }}
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
- uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
17
17
- name : Build rustdoc
Original file line number Diff line number Diff line change 11
11
if : github.repository_owner == 'nextest-rs'
12
12
runs-on : ubuntu-18.04
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