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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
18
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
19
19
- uses : dtolnay/rust-toolchain@stable
20
20
with :
21
21
components : rustfmt, clippy
37
37
env :
38
38
RUSTFLAGS : -D warnings
39
39
steps :
40
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
40
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
41
41
- uses : dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
42
42
with :
43
43
toolchain : ${{ matrix.rust-version }}
Original file line number Diff line number Diff line change 10
10
name : Build and deploy documentation
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
13
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
14
14
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
15
15
with :
16
16
toolchain : stable
Original file line number Diff line number Diff line change 11
11
if : github.repository_owner == 'nextest-rs'
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
14
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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