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 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 77 name : Test Suite
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v6
1111 - uses : actions-rs/toolchain@v1
1212 with :
1313 profile : minimal
2222 name : Rustfmt
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v6
2626 - uses : actions-rs/toolchain@v1
2727 with :
2828 profile : minimal
3838 name : Clippy
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v6
4242 - uses : actions-rs/toolchain@v1
4343 with :
4444 profile : minimal
You can’t perform that action at this time.
0 commit comments