26
26
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
27
27
with :
28
28
github_token : " ${{ secrets.GITHUB_TOKEN }}"
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- name : Setup Rust toolchain
31
31
run : TARGET=${{ matrix.target }} sh ./ci/install-rust.sh
32
32
- name : Execute run-docker.sh
49
49
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
50
50
with :
51
51
github_token : " ${{ secrets.GITHUB_TOKEN }}"
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
- name : Setup Rust toolchain
54
54
run : TARGET=${{ matrix.target }} sh ./ci/install-rust.sh
55
55
- name : Execute run.sh
84
84
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
85
85
with :
86
86
github_token : " ${{ secrets.GITHUB_TOKEN }}"
87
- - uses : actions/checkout@v3
87
+ - uses : actions/checkout@v4
88
88
- name : Self-update rustup
89
89
run : rustup self update
90
90
shell : bash
@@ -106,7 +106,7 @@ jobs:
106
106
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
107
107
with :
108
108
github_token : " ${{ secrets.GITHUB_TOKEN }}"
109
- - uses : actions/checkout@v3
109
+ - uses : actions/checkout@v4
110
110
- name : Setup Rust toolchain
111
111
run : sh ./ci/install-rust.sh
112
112
- name : Check style
@@ -167,7 +167,7 @@ jobs:
167
167
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
168
168
with :
169
169
github_token : " ${{ secrets.GITHUB_TOKEN }}"
170
- - uses : actions/checkout@v3
170
+ - uses : actions/checkout@v4
171
171
- name : Setup Rust toolchain
172
172
run : TARGET=${{ matrix.target }} sh ./ci/install-rust.sh
173
173
- name : Execute run-docker.sh
@@ -195,7 +195,7 @@ jobs:
195
195
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
196
196
with :
197
197
github_token : " ${{ secrets.GITHUB_TOKEN }}"
198
- - uses : actions/checkout@v3
198
+ - uses : actions/checkout@v4
199
199
- name : Setup Rust toolchain
200
200
run : TOOLCHAIN=nightly INSTALL_RUST_SRC=1 sh ./ci/install-rust.sh
201
201
- name : Execute run-docker.sh
@@ -214,7 +214,7 @@ jobs:
214
214
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
215
215
with :
216
216
github_token : " ${{ secrets.GITHUB_TOKEN }}"
217
- - uses : actions/checkout@v3
217
+ - uses : actions/checkout@v4
218
218
- name : Setup Rust toolchain
219
219
run : sh ./ci/install-rust.sh
220
220
- name : Execute run-docker.sh
@@ -250,7 +250,7 @@ jobs:
250
250
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
251
251
with :
252
252
github_token : " ${{ secrets.GITHUB_TOKEN }}"
253
- - uses : actions/checkout@v3
253
+ - uses : actions/checkout@v4
254
254
- name : Setup Rust toolchain
255
255
run : TOOLCHAIN=${{ matrix.toolchain }} sh ./ci/install-rust.sh
256
256
- name : Execute build.sh
@@ -285,7 +285,7 @@ jobs:
285
285
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
286
286
with :
287
287
github_token : " ${{ secrets.GITHUB_TOKEN }}"
288
- - uses : actions/checkout@v3
288
+ - uses : actions/checkout@v4
289
289
- name : Setup Rust toolchain
290
290
run : TOOLCHAIN=${{ matrix.target.toolchain }} sh ./ci/install-rust.sh
291
291
- name : Execute build.sh
@@ -310,7 +310,7 @@ jobs:
310
310
stable,
311
311
]
312
312
steps :
313
- - uses : actions/checkout@v3
313
+ - uses : actions/checkout@v4
314
314
- name : Self-update rustup
315
315
run : rustup self update
316
316
shell : bash
@@ -329,7 +329,7 @@ jobs:
329
329
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
330
330
with :
331
331
github_token : " ${{ secrets.GITHUB_TOKEN }}"
332
- - uses : actions/checkout@v3
332
+ - uses : actions/checkout@v4
333
333
- name : Setup Rust toolchain
334
334
run : TOOLCHAIN=nightly sh ./ci/install-rust.sh
335
335
- name : Build with check-cfg
0 commit comments