@@ -82,17 +82,17 @@ jobs:
82
82
os : macos-latest
83
83
rust : nightly
84
84
steps :
85
- - uses : actions/checkout@v3
85
+ - uses : actions/checkout@v4
86
86
- uses : ./.github/actions/install-rust
87
87
with :
88
88
toolchain : ${{ matrix.rust }}
89
- - uses : actions/checkout@v3
89
+ - uses : actions/checkout@v4
90
90
with :
91
91
repository : sunfishcode/rust-listenfd
92
92
path : rust-listenfd
93
93
ref : rustix-0.35.6-beta.2
94
94
95
- - uses : actions/checkout@v3
95
+ - uses : actions/checkout@v4
96
96
with :
97
97
repository : davidedelpapa/thttp
98
98
path : thttp
@@ -247,11 +247,11 @@ jobs:
247
247
os : macos-latest
248
248
rust : nightly
249
249
steps :
250
- - uses : actions/checkout@v3
250
+ - uses : actions/checkout@v4
251
251
- uses : ./.github/actions/install-rust
252
252
with :
253
253
toolchain : ${{ matrix.rust }}
254
- - uses : actions/checkout@v3
254
+ - uses : actions/checkout@v4
255
255
with :
256
256
repository : sunfishcode/async-io
257
257
path : async-io
@@ -394,11 +394,11 @@ jobs:
394
394
os : macos-latest
395
395
rust : nightly
396
396
steps :
397
- - uses : actions/checkout@v3
397
+ - uses : actions/checkout@v4
398
398
- uses : ./.github/actions/install-rust
399
399
with :
400
400
toolchain : ${{ matrix.rust }}
401
- - uses : actions/checkout@v3
401
+ - uses : actions/checkout@v4
402
402
with :
403
403
repository : bytecodealliance/cap-std
404
404
path : cap-std
@@ -476,11 +476,11 @@ jobs:
476
476
os : ubuntu-latest
477
477
rust : nightly
478
478
steps :
479
- - uses : actions/checkout@v3
479
+ - uses : actions/checkout@v4
480
480
- uses : ./.github/actions/install-rust
481
481
with :
482
482
toolchain : ${{ matrix.rust }}
483
- - uses : actions/checkout@v3
483
+ - uses : actions/checkout@v4
484
484
with :
485
485
repository : sunfishcode/cargo
486
486
path : cargo
@@ -570,11 +570,11 @@ jobs:
570
570
qemu_args : -L /usr/arm-linux-gnueabi
571
571
qemu_target : arm-linux-user
572
572
steps :
573
- - uses : actions/checkout@v3
573
+ - uses : actions/checkout@v4
574
574
- uses : ./.github/actions/install-rust
575
575
with :
576
576
toolchain : ${{ matrix.rust }}
577
- - uses : actions/checkout@v3
577
+ - uses : actions/checkout@v4
578
578
with :
579
579
repository : sunfishcode/memfd-rs
580
580
path : memfd-rs
@@ -712,11 +712,11 @@ jobs:
712
712
qemu_args : -L /usr/arm-linux-gnueabi
713
713
qemu_target : arm-linux-user
714
714
steps :
715
- - uses : actions/checkout@v3
715
+ - uses : actions/checkout@v4
716
716
- uses : ./.github/actions/install-rust
717
717
with :
718
718
toolchain : ${{ matrix.rust }}
719
- - uses : actions/checkout@v3
719
+ - uses : actions/checkout@v4
720
720
with :
721
721
repository : sunfishcode/rust-timerfd
722
722
path : rust-timerfd
@@ -854,11 +854,11 @@ jobs:
854
854
qemu_args : -L /usr/arm-linux-gnueabi
855
855
qemu_target : arm-linux-user
856
856
steps :
857
- - uses : actions/checkout@v3
857
+ - uses : actions/checkout@v4
858
858
- uses : ./.github/actions/install-rust
859
859
with :
860
860
toolchain : ${{ matrix.rust }}
861
- - uses : actions/checkout@v3
861
+ - uses : actions/checkout@v4
862
862
with :
863
863
repository : sunfishcode/procfs
864
864
path : procfs
@@ -996,11 +996,11 @@ jobs:
996
996
qemu_args : -L /usr/arm-linux-gnueabi
997
997
qemu_target : arm-linux-user
998
998
steps :
999
- - uses : actions/checkout@v3
999
+ - uses : actions/checkout@v4
1000
1000
- uses : ./.github/actions/install-rust
1001
1001
with :
1002
1002
toolchain : ${{ matrix.rust }}
1003
- - uses : actions/checkout@v3
1003
+ - uses : actions/checkout@v4
1004
1004
with :
1005
1005
repository : sunfishcode/rust-atomicwrites
1006
1006
path : rust-atomicwrites
@@ -1138,11 +1138,11 @@ jobs:
1138
1138
qemu_args : -L /usr/arm-linux-gnueabi
1139
1139
qemu_target : arm-linux-user
1140
1140
steps :
1141
- - uses : actions/checkout@v3
1141
+ - uses : actions/checkout@v4
1142
1142
- uses : ./.github/actions/install-rust
1143
1143
with :
1144
1144
toolchain : ${{ matrix.rust }}
1145
- - uses : actions/checkout@v3
1145
+ - uses : actions/checkout@v4
1146
1146
with :
1147
1147
repository : sunfishcode/io-uring
1148
1148
path : io-uring
@@ -1285,11 +1285,11 @@ jobs:
1285
1285
os : macos-latest
1286
1286
rust : nightly
1287
1287
steps :
1288
- - uses : actions/checkout@v3
1288
+ - uses : actions/checkout@v4
1289
1289
- uses : ./.github/actions/install-rust
1290
1290
with :
1291
1291
toolchain : ${{ matrix.rust }}
1292
- - uses : actions/checkout@v3
1292
+ - uses : actions/checkout@v4
1293
1293
with :
1294
1294
repository : sunfishcode/tempfile
1295
1295
path : tempfile
@@ -1432,11 +1432,11 @@ jobs:
1432
1432
os : macos-latest
1433
1433
rust : nightly
1434
1434
steps :
1435
- - uses : actions/checkout@v3
1435
+ - uses : actions/checkout@v4
1436
1436
- uses : ./.github/actions/install-rust
1437
1437
with :
1438
1438
toolchain : ${{ matrix.rust }}
1439
- - uses : actions/checkout@v3
1439
+ - uses : actions/checkout@v4
1440
1440
with :
1441
1441
repository : sunfishcode/fd-lock
1442
1442
path : fd-lock
@@ -1517,11 +1517,11 @@ jobs:
1517
1517
os : macos-latest
1518
1518
rust : nightly
1519
1519
steps :
1520
- - uses : actions/checkout@v3
1520
+ - uses : actions/checkout@v4
1521
1521
- uses : ./.github/actions/install-rust
1522
1522
with :
1523
1523
toolchain : ${{ matrix.rust }}
1524
- - uses : actions/checkout@v3
1524
+ - uses : actions/checkout@v4
1525
1525
with :
1526
1526
repository : sunfishcode/wasmtime
1527
1527
path : wasmtime
@@ -1548,11 +1548,11 @@ jobs:
1548
1548
os : ubuntu-latest
1549
1549
rust : nightly
1550
1550
steps :
1551
- - uses : actions/checkout@v3
1551
+ - uses : actions/checkout@v4
1552
1552
- uses : ./.github/actions/install-rust
1553
1553
with :
1554
1554
toolchain : ${{ matrix.rust }}
1555
- - uses : actions/checkout@v3
1555
+ - uses : actions/checkout@v4
1556
1556
with :
1557
1557
repository : sunfishcode/nameless
1558
1558
path : nameless
@@ -1643,11 +1643,11 @@ jobs:
1643
1643
qemu_args : -L /usr/arm-linux-gnueabi
1644
1644
qemu_target : arm-linux-user
1645
1645
steps :
1646
- - uses : actions/checkout@v3
1646
+ - uses : actions/checkout@v4
1647
1647
- uses : ./.github/actions/install-rust
1648
1648
with :
1649
1649
toolchain : ${{ matrix.rust }}
1650
- - uses : actions/checkout@v3
1650
+ - uses : actions/checkout@v4
1651
1651
with :
1652
1652
# repository: coreos/cap-std-ext
1653
1653
repository : sunfishcode/cap-std-ext
@@ -1728,11 +1728,11 @@ jobs:
1728
1728
# rust: nightly
1729
1729
rust : stable
1730
1730
steps :
1731
- - uses : actions/checkout@v3
1731
+ - uses : actions/checkout@v4
1732
1732
- uses : ./.github/actions/install-rust
1733
1733
with :
1734
1734
toolchain : ${{ matrix.rust }}
1735
- - uses : actions/checkout@v3
1735
+ - uses : actions/checkout@v4
1736
1736
with :
1737
1737
repository : sunfishcode/dbus-rs
1738
1738
path : dbus-rs
@@ -1759,11 +1759,11 @@ jobs:
1759
1759
os : ubuntu-latest
1760
1760
rust : nightly
1761
1761
steps :
1762
- - uses : actions/checkout@v3
1762
+ - uses : actions/checkout@v4
1763
1763
- uses : ./.github/actions/install-rust
1764
1764
with :
1765
1765
toolchain : ${{ matrix.rust }}
1766
- - uses : actions/checkout@v3
1766
+ - uses : actions/checkout@v4
1767
1767
with :
1768
1768
repository : sunfishcode/mustang
1769
1769
path : mustang
@@ -1789,14 +1789,14 @@ jobs:
1789
1789
os : ubuntu-latest
1790
1790
rust : nightly
1791
1791
steps :
1792
- - uses : actions/checkout@v3
1792
+ - uses : actions/checkout@v4
1793
1793
with :
1794
1794
# Fetch everything to get rebase with rustc-dep-of-std.
1795
1795
fetch-depth : 0
1796
1796
- uses : ./.github/actions/install-rust
1797
1797
with :
1798
1798
toolchain : ${{ matrix.rust }}
1799
- - uses : actions/checkout@v3
1799
+ - uses : actions/checkout@v4
1800
1800
with :
1801
1801
repository : sunfishcode/rust
1802
1802
path : rust
0 commit comments