File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020
2121 - name : Cache Cargo registry
2222 uses : actions/cache@v5
Original file line number Diff line number Diff line change 1616 name : cargo clippy
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020 - uses : actions-rs/toolchain@v1
2121 with :
2222 toolchain : stable
Original file line number Diff line number Diff line change 1616 name : cargo check
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020 - uses : actions-rs/toolchain@v1
2121 with :
2222 toolchain : stable
Original file line number Diff line number Diff line change 1414 env :
1515 CARGO_TERM_COLOR : always
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818
1919 - name : Install Rust
2020 run : rustup update stable
Original file line number Diff line number Diff line change 1616 name : cargo machete
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020 - uses : actions-rs/toolchain@v1
2121 with :
2222 toolchain : stable
Original file line number Diff line number Diff line change 1616 name : cargo fmt
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020 - uses : actions-rs/toolchain@v1
2121 with :
2222 toolchain : stable
Original file line number Diff line number Diff line change 6464 - crate : deep_causality_uncertain
6565 extra_flags : -Zmiri-disable-isolation # open() in tests/mod.rs binary
6666 steps :
67- - uses : actions/checkout@v6
67+ - uses : actions/checkout@v7
6868
6969 - name : Install nightly toolchain with Miri
7070 run : |
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v6
25+ uses : actions/checkout@v7
2626 with :
2727 fetch-depth : 0 # necessary to determine the next version and build the changelog.
2828 - name : Install Rust toolchain
You can’t perform that action at this time.
0 commit comments