File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 cancel-in-progress : true
2323 group : ${{ github.workflow }}-build-${{ github.event.pull_request.number || github.ref }}-${{ matrix.os }}
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - uses : dtolnay/rust-toolchain@stable
2727 with :
2828 toolchain : stable
3333 cancel-in-progress : true
3434 group : ${{ github.workflow }}-lint-${{ github.event.pull_request.number || github.ref }}
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - uses : dtolnay/rust-toolchain@stable
3838 with :
3939 toolchain : stable
5050 cancel-in-progress : true
5151 group : ${{ github.workflow }}-test-${{ github.event.pull_request.number || github.ref }}
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 - uses : dtolnay/rust-toolchain@stable
5555 - uses : taiki-e/install-action@v2 # don't use taiki-e/cache-cargo-install-action, compiled version already available (https://github.com/taiki-e/install-action/blob/main/TOOLS.md)
5656 with :
6262 cancel-in-progress : true
6363 group : ${{ github.workflow }}-fmt-${{ github.event.pull_request.number || github.ref }}
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v5
6666 - uses : dtolnay/rust-toolchain@stable
6767 with :
6868 toolchain : stable
8181 cancel-in-progress : true
8282 group : ${{ github.workflow }}-cargo-deny-checks-${{ github.event.pull_request.number || github.ref }}
8383 steps :
84- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v5
8585 - uses : dtolnay/rust-toolchain@stable
8686 with :
8787 toolchain : stable
You can’t perform that action at this time.
0 commit comments