29
29
mode : -Zminimal-versions
30
30
timeout-minutes : 10
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
33
33
- name : Install Rust ${{ matrix.rust_toolchain }}
34
34
uses : actions-rs/toolchain@v1
35
35
with :
65
65
clang_cl : C:/msys64/mingw32/bin/clang-cl.exe
66
66
package : mingw-w64-i686-clang
67
67
steps :
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v4
69
69
- uses : msys2/setup-msys2@v2
70
70
with :
71
71
release : false
@@ -102,7 +102,7 @@ jobs:
102
102
mingw_path : C:/msys64/mingw32/bin
103
103
package : mingw-w64-i686-gcc
104
104
steps :
105
- - uses : actions/checkout@v2
105
+ - uses : actions/checkout@v4
106
106
- uses : msys2/setup-msys2@v2
107
107
with :
108
108
release : false
@@ -135,8 +135,8 @@ jobs:
135
135
- x86_64-pc-windows-gnullvm
136
136
manifest : ["psm/Cargo.toml", "Cargo.toml"]
137
137
steps :
138
- - uses : actions/checkout@v2
139
- - uses : actions/cache@v2
138
+ - uses : actions/checkout@v4
139
+ - uses : actions/cache@v4
140
140
with :
141
141
path : llvm-mingw-version
142
142
key : ${{ env.LLVM_MINGW_VERSION }}
@@ -187,7 +187,7 @@ jobs:
187
187
mode : ["--release", "-Zminimal-versions", ""]
188
188
timeout-minutes : 10
189
189
steps :
190
- - uses : actions/checkout@v2
190
+ - uses : actions/checkout@v4
191
191
- name : Install Rust
192
192
uses : actions-rs/toolchain@v1
193
193
with :
@@ -215,7 +215,7 @@ jobs:
215
215
manifest : ["psm/Cargo.toml", "Cargo.toml"]
216
216
timeout-minutes : 10
217
217
steps :
218
- - uses : actions/checkout@v2
218
+ - uses : actions/checkout@v4
219
219
- name : Install Rust
220
220
uses : actions-rs/toolchain@v1
221
221
with :
@@ -254,7 +254,7 @@ jobs:
254
254
manifest : ["psm/Cargo.toml", "Cargo.toml"]
255
255
timeout-minutes : 10
256
256
steps :
257
- - uses : actions/checkout@v2
257
+ - uses : actions/checkout@v4
258
258
- name : Install Rust nightly
259
259
uses : actions-rs/toolchain@v1
260
260
with :
@@ -282,7 +282,7 @@ jobs:
282
282
manifest : ["psm/Cargo.toml", "Cargo.toml"]
283
283
timeout-minutes : 10
284
284
steps :
285
- - uses : actions/checkout@v2
285
+ - uses : actions/checkout@v4
286
286
- name : Install Rust
287
287
uses : actions-rs/toolchain@v1
288
288
with :
@@ -309,7 +309,7 @@ jobs:
309
309
xwin_version : ["0.1.6"]
310
310
timeout-minutes : 10
311
311
steps :
312
- - uses : actions/checkout@v2
312
+ - uses : actions/checkout@v4
313
313
- name : Install Rust
314
314
uses : actions-rs/toolchain@v1
315
315
with :
@@ -355,7 +355,7 @@ jobs:
355
355
runs-on : ubuntu-latest
356
356
timeout-minutes : 10
357
357
steps :
358
- - uses : actions/checkout@v1
358
+ - uses : actions/checkout@v4
359
359
- name : Install Rust nightly
360
360
uses : actions-rs/toolchain@v1
361
361
with :
0 commit comments