@@ -82,17 +82,17 @@ jobs:
8282 os : macos-latest
8383 rust : nightly
8484 steps :
85- - uses : actions/checkout@v3
85+ - uses : actions/checkout@v4
8686 - uses : ./.github/actions/install-rust
8787 with :
8888 toolchain : ${{ matrix.rust }}
89- - uses : actions/checkout@v3
89+ - uses : actions/checkout@v4
9090 with :
9191 repository : sunfishcode/rust-listenfd
9292 path : rust-listenfd
9393 ref : rustix-0.35.6-beta.2
9494
95- - uses : actions/checkout@v3
95+ - uses : actions/checkout@v4
9696 with :
9797 repository : davidedelpapa/thttp
9898 path : thttp
@@ -247,11 +247,11 @@ jobs:
247247 os : macos-latest
248248 rust : nightly
249249 steps :
250- - uses : actions/checkout@v3
250+ - uses : actions/checkout@v4
251251 - uses : ./.github/actions/install-rust
252252 with :
253253 toolchain : ${{ matrix.rust }}
254- - uses : actions/checkout@v3
254+ - uses : actions/checkout@v4
255255 with :
256256 repository : sunfishcode/async-io
257257 path : async-io
@@ -394,11 +394,11 @@ jobs:
394394 os : macos-latest
395395 rust : nightly
396396 steps :
397- - uses : actions/checkout@v3
397+ - uses : actions/checkout@v4
398398 - uses : ./.github/actions/install-rust
399399 with :
400400 toolchain : ${{ matrix.rust }}
401- - uses : actions/checkout@v3
401+ - uses : actions/checkout@v4
402402 with :
403403 repository : bytecodealliance/cap-std
404404 path : cap-std
@@ -476,11 +476,11 @@ jobs:
476476 os : ubuntu-latest
477477 rust : nightly
478478 steps :
479- - uses : actions/checkout@v3
479+ - uses : actions/checkout@v4
480480 - uses : ./.github/actions/install-rust
481481 with :
482482 toolchain : ${{ matrix.rust }}
483- - uses : actions/checkout@v3
483+ - uses : actions/checkout@v4
484484 with :
485485 repository : sunfishcode/cargo
486486 path : cargo
@@ -570,11 +570,11 @@ jobs:
570570 qemu_args : -L /usr/arm-linux-gnueabi
571571 qemu_target : arm-linux-user
572572 steps :
573- - uses : actions/checkout@v3
573+ - uses : actions/checkout@v4
574574 - uses : ./.github/actions/install-rust
575575 with :
576576 toolchain : ${{ matrix.rust }}
577- - uses : actions/checkout@v3
577+ - uses : actions/checkout@v4
578578 with :
579579 repository : sunfishcode/memfd-rs
580580 path : memfd-rs
@@ -712,11 +712,11 @@ jobs:
712712 qemu_args : -L /usr/arm-linux-gnueabi
713713 qemu_target : arm-linux-user
714714 steps :
715- - uses : actions/checkout@v3
715+ - uses : actions/checkout@v4
716716 - uses : ./.github/actions/install-rust
717717 with :
718718 toolchain : ${{ matrix.rust }}
719- - uses : actions/checkout@v3
719+ - uses : actions/checkout@v4
720720 with :
721721 repository : sunfishcode/rust-timerfd
722722 path : rust-timerfd
@@ -854,11 +854,11 @@ jobs:
854854 qemu_args : -L /usr/arm-linux-gnueabi
855855 qemu_target : arm-linux-user
856856 steps :
857- - uses : actions/checkout@v3
857+ - uses : actions/checkout@v4
858858 - uses : ./.github/actions/install-rust
859859 with :
860860 toolchain : ${{ matrix.rust }}
861- - uses : actions/checkout@v3
861+ - uses : actions/checkout@v4
862862 with :
863863 repository : sunfishcode/procfs
864864 path : procfs
@@ -996,11 +996,11 @@ jobs:
996996 qemu_args : -L /usr/arm-linux-gnueabi
997997 qemu_target : arm-linux-user
998998 steps :
999- - uses : actions/checkout@v3
999+ - uses : actions/checkout@v4
10001000 - uses : ./.github/actions/install-rust
10011001 with :
10021002 toolchain : ${{ matrix.rust }}
1003- - uses : actions/checkout@v3
1003+ - uses : actions/checkout@v4
10041004 with :
10051005 repository : sunfishcode/rust-atomicwrites
10061006 path : rust-atomicwrites
@@ -1138,11 +1138,11 @@ jobs:
11381138 qemu_args : -L /usr/arm-linux-gnueabi
11391139 qemu_target : arm-linux-user
11401140 steps :
1141- - uses : actions/checkout@v3
1141+ - uses : actions/checkout@v4
11421142 - uses : ./.github/actions/install-rust
11431143 with :
11441144 toolchain : ${{ matrix.rust }}
1145- - uses : actions/checkout@v3
1145+ - uses : actions/checkout@v4
11461146 with :
11471147 repository : sunfishcode/io-uring
11481148 path : io-uring
@@ -1285,11 +1285,11 @@ jobs:
12851285 os : macos-latest
12861286 rust : nightly
12871287 steps :
1288- - uses : actions/checkout@v3
1288+ - uses : actions/checkout@v4
12891289 - uses : ./.github/actions/install-rust
12901290 with :
12911291 toolchain : ${{ matrix.rust }}
1292- - uses : actions/checkout@v3
1292+ - uses : actions/checkout@v4
12931293 with :
12941294 repository : sunfishcode/tempfile
12951295 path : tempfile
@@ -1432,11 +1432,11 @@ jobs:
14321432 os : macos-latest
14331433 rust : nightly
14341434 steps :
1435- - uses : actions/checkout@v3
1435+ - uses : actions/checkout@v4
14361436 - uses : ./.github/actions/install-rust
14371437 with :
14381438 toolchain : ${{ matrix.rust }}
1439- - uses : actions/checkout@v3
1439+ - uses : actions/checkout@v4
14401440 with :
14411441 repository : sunfishcode/fd-lock
14421442 path : fd-lock
@@ -1517,11 +1517,11 @@ jobs:
15171517 os : macos-latest
15181518 rust : nightly
15191519 steps :
1520- - uses : actions/checkout@v3
1520+ - uses : actions/checkout@v4
15211521 - uses : ./.github/actions/install-rust
15221522 with :
15231523 toolchain : ${{ matrix.rust }}
1524- - uses : actions/checkout@v3
1524+ - uses : actions/checkout@v4
15251525 with :
15261526 repository : sunfishcode/wasmtime
15271527 path : wasmtime
@@ -1548,11 +1548,11 @@ jobs:
15481548 os : ubuntu-latest
15491549 rust : nightly
15501550 steps :
1551- - uses : actions/checkout@v3
1551+ - uses : actions/checkout@v4
15521552 - uses : ./.github/actions/install-rust
15531553 with :
15541554 toolchain : ${{ matrix.rust }}
1555- - uses : actions/checkout@v3
1555+ - uses : actions/checkout@v4
15561556 with :
15571557 repository : sunfishcode/nameless
15581558 path : nameless
@@ -1643,11 +1643,11 @@ jobs:
16431643 qemu_args : -L /usr/arm-linux-gnueabi
16441644 qemu_target : arm-linux-user
16451645 steps :
1646- - uses : actions/checkout@v3
1646+ - uses : actions/checkout@v4
16471647 - uses : ./.github/actions/install-rust
16481648 with :
16491649 toolchain : ${{ matrix.rust }}
1650- - uses : actions/checkout@v3
1650+ - uses : actions/checkout@v4
16511651 with :
16521652 # repository: coreos/cap-std-ext
16531653 repository : sunfishcode/cap-std-ext
@@ -1728,11 +1728,11 @@ jobs:
17281728 # rust: nightly
17291729 rust : stable
17301730 steps :
1731- - uses : actions/checkout@v3
1731+ - uses : actions/checkout@v4
17321732 - uses : ./.github/actions/install-rust
17331733 with :
17341734 toolchain : ${{ matrix.rust }}
1735- - uses : actions/checkout@v3
1735+ - uses : actions/checkout@v4
17361736 with :
17371737 repository : sunfishcode/dbus-rs
17381738 path : dbus-rs
@@ -1759,11 +1759,11 @@ jobs:
17591759 os : ubuntu-latest
17601760 rust : nightly
17611761 steps :
1762- - uses : actions/checkout@v3
1762+ - uses : actions/checkout@v4
17631763 - uses : ./.github/actions/install-rust
17641764 with :
17651765 toolchain : ${{ matrix.rust }}
1766- - uses : actions/checkout@v3
1766+ - uses : actions/checkout@v4
17671767 with :
17681768 repository : sunfishcode/mustang
17691769 path : mustang
@@ -1789,14 +1789,14 @@ jobs:
17891789 os : ubuntu-latest
17901790 rust : nightly
17911791 steps :
1792- - uses : actions/checkout@v3
1792+ - uses : actions/checkout@v4
17931793 with :
17941794 # Fetch everything to get rebase with rustc-dep-of-std.
17951795 fetch-depth : 0
17961796 - uses : ./.github/actions/install-rust
17971797 with :
17981798 toolchain : ${{ matrix.rust }}
1799- - uses : actions/checkout@v3
1799+ - uses : actions/checkout@v4
18001800 with :
18011801 repository : sunfishcode/rust
18021802 path : rust
0 commit comments