File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 36
36
]
37
37
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v4
40
40
41
41
# `rustup show` installs from rust-toolchain.toml
42
42
- name : Setup rust toolchain
@@ -113,13 +113,13 @@ jobs:
113
113
duplicates :
114
114
runs-on : ubuntu-latest
115
115
steps :
116
- - uses : actions/checkout@v3
116
+ - uses : actions/checkout@v4
117
117
- run : python tools/check_intrinsics_duplicates.py
118
118
119
119
build_system :
120
120
runs-on : ubuntu-latest
121
121
steps :
122
- - uses : actions/checkout@v3
122
+ - uses : actions/checkout@v4
123
123
- name : Test build system
124
124
run : |
125
125
cd build_system
Original file line number Diff line number Diff line change 31
31
env_extra : " TEST_FLAGS='-Cpanic=abort -Zpanic-abort-tests' GCC_EXEC_PREFIX=/usr/lib/gcc/"
32
32
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
36
36
# `rustup show` installs from rust-toolchain.toml
37
37
- name : Setup rust toolchain
Original file line number Diff line number Diff line change 33
33
]
34
34
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
38
38
# `rustup show` installs from rust-toolchain.toml
39
39
- name : Setup rust toolchain
Original file line number Diff line number Diff line change 36
36
]
37
37
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v4
40
40
41
41
# `rustup show` installs from rust-toolchain.toml
42
42
- name : Setup rust toolchain
Original file line number Diff line number Diff line change 24
24
]
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
29
29
# `rustup show` installs from rust-toolchain.toml
30
30
- name : Setup rust toolchain
Original file line number Diff line number Diff line change 24
24
]
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
29
29
# `rustup show` installs from rust-toolchain.toml
30
30
- name : Setup rust toolchain
You can’t perform that action at this time.
0 commit comments