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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
18
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
48
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
14
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15
15
- uses : dtolnay/rust-toolchain@stable
16
16
- uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # 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-22.04
13
13
steps :
14
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
14
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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