File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 cargo install taplo-cli
4848
4949 - name : Checkout repository
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v7
5151
5252 - name : Check everything
5353 run : bash ./tools/check.sh basic doc_url_links unused_deps packaging fmt toml_fmt readme
7070 run : cargo install cargo-msrv
7171
7272 - name : Checkout repository
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v7
7474
7575 - name : Check the minimum supported rust version
7676 run : bash ./tools/check.sh msrv
8585 components : clippy
8686
8787 - name : Checkout repository
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v7
8989
9090 - name : Run clippy
9191 run : bash ./tools/check.sh clippy
Original file line number Diff line number Diff line change 2020 - target : x86_64-unknown-linux-musl
2121 os : ubuntu-latest
2222 zip : none
23- - target : x86_64-apple-darwin
24- os : macos-13
25- zip : all
2623 - target : aarch64-apple-darwin
2724 os : macos-14
2825 zip : all
3128 zip : all
3229
3330 steps :
34- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v7
3532
3633 - uses : taiki-e/upload-rust-binary-action@v1
3734 with :
You can’t perform that action at this time.
0 commit comments