File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 check :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313
1414 - name : Check Formatting
1515 run : cargo fmt --all -- --check
2020 build_and_test :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 - name : Build
2626 run : cargo build --verbose --all-features
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@v4
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@v4
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