File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 name : Linting
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111
1212 - name : Install Rust nightly
1313 run : rustup update nightly && rustup default nightly && rustup component add rustfmt clippy
2626 channel : [nightly]
2727 runs-on : ${{ matrix.os }}
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030
3131 - name : Install Rust ${{ matrix.channel }}
3232 shell : bash
5151 os : [ubuntu-latest]
5252 runs-on : ${{ matrix.os }}
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v6
5555
5656 - name : Install Rust nightly
5757 run : rustup update --no-self-update nightly && rustup default nightly
6969 name : Build the Docker image
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v6
7373
7474 - name : Build the Docker image
7575 run : docker build -t crater .
Original file line number Diff line number Diff line change 66 name : Linting
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v6
1010
1111 - name : Install Rust nightly
1212 run : rustup update nightly && rustup default nightly && rustup component add rustfmt clippy
2121 name : Linux testing
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525
2626 - name : Install Rust nightly
2727 run : rustup update nightly && rustup default nightly
Original file line number Diff line number Diff line change 5858 "url" : " https://github.com/rust-lang/crater/tree/HEAD/local-crates/ice-regression"
5959 }
6060 ],
61- "build compiler-error(E0015 )" : [
61+ "build compiler-error(E0277 )" : [
6262 {
6363 "color_idx" : 0 ,
6464 "name" : " error-code (local)" ,
Original file line number Diff line number Diff line change 5858 "url" : " https://github.com/rust-lang/crater/tree/HEAD/local-crates/ice-regression"
5959 }
6060 ],
61- "build compiler-error(E0015 )" : [
61+ "build compiler-error(E0277 )" : [
6262 {
6363 "color_idx" : 0 ,
6464 "name" : " error-code (local)" ,
Original file line number Diff line number Diff line change 7171 },
7272 {
7373 "log" : " beta/local/error-code" ,
74- "res" : " build-fail:compiler-error(E0015 )"
74+ "res" : " build-fail:compiler-error(E0277 )"
7575 }
7676 ],
7777 "url" : " https://github.com/rust-lang/crater/tree/HEAD/local-crates/error-code"
Original file line number Diff line number Diff line change 157157 },
158158 {
159159 "log" : " beta/local/error-code" ,
160- "res" : " build-fail:compiler-error(E0015 )"
160+ "res" : " build-fail:compiler-error(E0277 )"
161161 }
162162 ],
163163 "url" : " https://github.com/rust-lang/crater/tree/HEAD/local-crates/error-code"
You can’t perform that action at this time.
0 commit comments