File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 name : build
44 runs-on : ubuntu-latest
55 steps :
6- - uses : actions/checkout@v5
6+ - uses : actions/checkout@v6
77 - uses : hecrj/setup-rust-action@v2
88 with :
99 rust-version : stable
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 needs : build
88 steps :
9- - uses : actions/checkout@v5
9+ - uses : actions/checkout@v6
1010 - uses : hecrj/setup-rust-action@v2
1111 - uses : actions/download-artifact@v6
1212 with :
2323 name : cargo fmt --check
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - uses : hecrj/setup-rust-action@v2
2828 with : { components: rustfmt }
2929 - run : cargo fmt -- --check
3232 name : cargo clippy
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 - uses : hecrj/setup-rust-action@v2
3737 with : { components: clippy }
3838 - run : cargo clippy --workspace --all-targets --locked -- -D warnings
You can’t perform that action at this time.
0 commit comments