2626 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
2727 with :
2828 github_token : " ${{ secrets.GITHUB_TOKEN }}"
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
3030 - name : Setup Rust toolchain
3131 run : TARGET=${{ matrix.target }} sh ./ci/install-rust.sh
3232 - name : Execute run-docker.sh
4949 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
5050 with :
5151 github_token : " ${{ secrets.GITHUB_TOKEN }}"
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353 - name : Setup Rust toolchain
5454 run : TARGET=${{ matrix.target }} sh ./ci/install-rust.sh
5555 - name : Execute run.sh
8484 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
8585 with :
8686 github_token : " ${{ secrets.GITHUB_TOKEN }}"
87- - uses : actions/checkout@v3
87+ - uses : actions/checkout@v4
8888 - name : Self-update rustup
8989 run : rustup self update
9090 shell : bash
@@ -106,7 +106,7 @@ jobs:
106106 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
107107 with :
108108 github_token : " ${{ secrets.GITHUB_TOKEN }}"
109- - uses : actions/checkout@v3
109+ - uses : actions/checkout@v4
110110 - name : Setup Rust toolchain
111111 run : sh ./ci/install-rust.sh
112112 - name : Check style
@@ -167,7 +167,7 @@ jobs:
167167 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
168168 with :
169169 github_token : " ${{ secrets.GITHUB_TOKEN }}"
170- - uses : actions/checkout@v3
170+ - uses : actions/checkout@v4
171171 - name : Setup Rust toolchain
172172 run : TARGET=${{ matrix.target }} sh ./ci/install-rust.sh
173173 - name : Execute run-docker.sh
@@ -195,7 +195,7 @@ jobs:
195195 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
196196 with :
197197 github_token : " ${{ secrets.GITHUB_TOKEN }}"
198- - uses : actions/checkout@v3
198+ - uses : actions/checkout@v4
199199 - name : Setup Rust toolchain
200200 run : TOOLCHAIN=nightly INSTALL_RUST_SRC=1 sh ./ci/install-rust.sh
201201 - name : Execute run-docker.sh
@@ -214,7 +214,7 @@ jobs:
214214 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
215215 with :
216216 github_token : " ${{ secrets.GITHUB_TOKEN }}"
217- - uses : actions/checkout@v3
217+ - uses : actions/checkout@v4
218218 - name : Setup Rust toolchain
219219 run : sh ./ci/install-rust.sh
220220 - name : Execute run-docker.sh
@@ -250,7 +250,7 @@ jobs:
250250 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
251251 with :
252252 github_token : " ${{ secrets.GITHUB_TOKEN }}"
253- - uses : actions/checkout@v3
253+ - uses : actions/checkout@v4
254254 - name : Setup Rust toolchain
255255 run : TOOLCHAIN=${{ matrix.toolchain }} sh ./ci/install-rust.sh
256256 - name : Execute build.sh
@@ -285,7 +285,7 @@ jobs:
285285 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
286286 with :
287287 github_token : " ${{ secrets.GITHUB_TOKEN }}"
288- - uses : actions/checkout@v3
288+ - uses : actions/checkout@v4
289289 - name : Setup Rust toolchain
290290 run : TOOLCHAIN=${{ matrix.target.toolchain }} sh ./ci/install-rust.sh
291291 - name : Execute build.sh
@@ -310,7 +310,7 @@ jobs:
310310 stable,
311311 ]
312312 steps :
313- - uses : actions/checkout@v3
313+ - uses : actions/checkout@v4
314314 - name : Self-update rustup
315315 run : rustup self update
316316 shell : bash
@@ -329,7 +329,7 @@ jobs:
329329 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
330330 with :
331331 github_token : " ${{ secrets.GITHUB_TOKEN }}"
332- - uses : actions/checkout@v3
332+ - uses : actions/checkout@v4
333333 - name : Setup Rust toolchain
334334 run : TOOLCHAIN=nightly sh ./ci/install-rust.sh
335335 - name : Build with check-cfg
0 commit comments