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 1212
1313 steps :
1414 - name : Checkout Repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Install Rust toolchain
1818 uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.platform }}
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - name : Install ${{ matrix.toolchain }} toolchain
2424 uses : actions-rs/toolchain@v1
2525 with :
4141 runs-on : ${{ matrix.platform }}
4242 steps :
4343 - name : Checkout sources
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v6
4545 with :
4646 submodules : true
4747
6262 runs-on : ubuntu-latest
6363 steps :
6464 - name : Checkout sources
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v6
6666
6767 - name : Install stable toolchain
6868 uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments