File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 security_audit :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v5
1717
1818 - uses : taiki-e/install-action@cargo-audit
1919
Original file line number Diff line number Diff line change 1212 name : Run benchmarks
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v5
1616 - name : Setup rust toolchain, cache and cargo-codspeed binary
1717 uses : moonrepo/setup-rust@v1
1818 with :
Original file line number Diff line number Diff line change 3333 - target : x86_64-unknown-linux-gnu
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v6
36+ uses : actions/checkout@v5
3737 - name : Install Rust toolchain
3838 uses : dtolnay/rust-toolchain@stable
3939 - uses : taiki-e/setup-cross-toolchain-action@v1
Original file line number Diff line number Diff line change 1919 contents : write
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525 - name : Install Rust toolchain
4646 cancel-in-progress : false
4747 steps :
4848 - name : Checkout repository
49- uses : actions/checkout@v6
49+ uses : actions/checkout@v5
5050 with :
5151 fetch-depth : 0
5252 - name : Install Rust toolchain
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v5
1919
2020 - name : Install stable Rust toolchain, and nightly rustfmt
2121 run : |
You can’t perform that action at this time.
0 commit comments