File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 name : Check
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Check Formatting
1717 run : cargo fmt --all -- --check
1818 - name : Check Clippy
2222 name : Build and Test
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - name : Build
2727 run : cargo build --verbose --all-features
2828 - name : Test
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121 - name : Install Rust toolchain
3636 cancel-in-progress : false
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040 with :
4141 fetch-depth : 0
4242 - name : Install Rust toolchain
You can’t perform that action at this time.
0 commit comments