File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919
2020 - name : Download actionlint
2121 id : get_actionlint
Original file line number Diff line number Diff line change 2424 runs-on : windows-latest
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828
2929 - uses : ./.github/actions/cargo-cache
3030
Original file line number Diff line number Diff line change 2424 runs-on : windows-latest
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828
2929 - uses : ./.github/actions/cargo-cache
3030
Original file line number Diff line number Diff line change 2424 runs-on : windows-latest
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828
2929 - uses : ./.github/actions/cargo-cache
3030
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828
2929 - name : Format
3030 run : cargo fmt -- --check
Original file line number Diff line number Diff line change 2020 runs-on : windows-latest
2121 needs : ["get-release-version"]
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 - uses : ./.github/actions/cargo-cache
2626
You can’t perform that action at this time.
0 commit comments