File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Build
1818 run : cargo build --features unsafe --verbose
1919
Original file line number Diff line number Diff line change 1313 name : cargo check
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions-rs/toolchain@v1
1818 with :
1919 toolchain : stable
2626 name : cargo clippy
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - uses : actions-rs/toolchain@v1
3131 with :
3232 toolchain : stable
4040 name : cargo fmt
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - uses : actions-rs/toolchain@v1
4545 with :
4646 toolchain : stable
5454 name : cargo machete
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v5
5858 - uses : actions-rs/toolchain@v1
5959 with :
6060 toolchain : stable
Original file line number Diff line number Diff line change 1111 env :
1212 CARGO_TERM_COLOR : always
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Install Rust
1717 run : rustup update stable
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@v4
25+ uses : actions/checkout@v5
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