File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3131 - uses : dtolnay/rust-toolchain@v1
3232 with :
3333 toolchain : stable
3737 name : Test Suite
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4141 - uses : dtolnay/rust-toolchain@v1
4242 with :
4343 # update `cargo-expand` accordingly, when bumping MSRV:
5151 name : Rustfmt
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5555 - uses : dtolnay/rust-toolchain@v1
5656 with :
5757 toolchain : stable
6262 name : Clippy
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v5
65+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
6666 - uses : dtolnay/rust-toolchain@v1
6767 with :
6868 toolchain : stable
7373 name : Compile and test with minimal versions
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@v5
76+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
7777 - uses : dtolnay/rust-toolchain@v1
7878 with :
7979 toolchain : nightly
9191 name : Verify minimal supported rust version
9292 runs-on : ubuntu-latest
9393 steps :
94- - uses : actions/checkout@v5
94+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
9595 - uses : dtolnay/rust-toolchain@v1
9696 with :
9797 toolchain : nightly
You can’t perform that action at this time.
0 commit comments