File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 matrix :
99 toolchain : [stable, nightly]
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - uses : dtolnay/rust-toolchain@master
1313 with :
1414 toolchain : ${{ matrix.toolchain }}
2626 toolchain : [stable, nightly]
2727 target : [aarch64-apple-ios, x86_64-apple-ios, aarch64-apple-ios-sim]
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 - uses : dtolnay/rust-toolchain@master
3131 with :
3232 toolchain : ${{ matrix.toolchain }}
4343 macos-docs :
4444 runs-on : macOS-latest
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v6
4747 - uses : dtolnay/rust-toolchain@master
4848 with :
4949 toolchain : stable
5858 CRATESIO_TOKEN : ${{ secrets.CRATESIO_TOKEN }}
5959 runs-on : macOS-latest
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v6
6262 - uses : dtolnay/rust-toolchain@master
6363 with :
6464 toolchain : stable
You can’t perform that action at this time.
0 commit comments