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 1515 env :
1616 RUSTFLAGS : -D warnings
1717 steps :
18- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
18+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1919 - uses : dtolnay/rust-toolchain@stable
2020 with :
2121 components : rustfmt, clippy
3737 env :
3838 RUSTFLAGS : -D warnings
3939 steps :
40- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
40+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4141 - uses : dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
4242 with :
4343 toolchain : ${{ matrix.rust-version }}
Original file line number Diff line number Diff line change 1010 name : Build and deploy documentation
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
13+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1414 - uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
1515 with :
1616 toolchain : stable
Original file line number Diff line number Diff line change 1111 if : github.repository_owner == 'nextest-rs'
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
14+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1515 with :
1616 persist-credentials : false
1717 - name : Install Rust
You can’t perform that action at this time.
0 commit comments