File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 matrix :
1414 os : [macOS-latest, ubuntu-latest]
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions-rs/toolchain@v1
1818 with :
1919 components : clippy
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout sources
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : Install stable toolchain
1616 uses : actions-rs/toolchain@v1
1717 with :
Original file line number Diff line number Diff line change 1414 os : [macOS-latest, ubuntu-latest]
1515 steps :
1616 - name : Checkout the source code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Set nightly toolchain
1919 uses : actions-rs/toolchain@v1
2020 with :
You can’t perform that action at this time.
0 commit comments