@@ -27,12 +27,12 @@ jobs:
27
27
cmake-build-type : " MinSizeRel"
28
28
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v3
31
31
with :
32
32
path : Ex
33
33
34
34
- name : Set up Python 3.9
35
- uses : actions/setup-python@v1
35
+ uses : actions/setup-python@v4
36
36
with :
37
37
python-version : 3.9
38
38
42
42
python -m pip install ninja
43
43
44
44
- name : Get specific version of CMake, Ninja
45
- uses : lukka/get-cmake@v3.19 .2
45
+ uses : lukka/get-cmake@v3.24 .2
46
46
47
47
- name : Download ITK
48
48
run : |
@@ -151,7 +151,7 @@ jobs:
151
151
path : Ex
152
152
153
153
- name : Set up Python 3.9
154
- uses : actions/setup-python@v3
154
+ uses : actions/setup-python@v4
155
155
with :
156
156
python-version : 3.9
157
157
@@ -161,7 +161,7 @@ jobs:
161
161
python -m pip install ninja
162
162
163
163
- name : Get specific version of CMake, Ninja
164
- uses : lukka/get-cmake@v3.19 .2
164
+ uses : lukka/get-cmake@v3.24 .2
165
165
166
166
- name : Fetch CTest driver script
167
167
run : |
@@ -234,7 +234,7 @@ jobs:
234
234
steps :
235
235
- uses : actions/checkout@v3
236
236
- name : Set up Python 3.9
237
- uses : actions/setup-python@v3
237
+ uses : actions/setup-python@v4
238
238
with :
239
239
python-version : 3.9
240
240
@@ -272,12 +272,12 @@ jobs:
272
272
submodules : recursive
273
273
274
274
- name : Set up Python 3.9
275
- uses : actions/setup-python@v3
275
+ uses : actions/setup-python@v4
276
276
with :
277
277
python-version : 3.9
278
278
279
279
- name : Get specific version of CMake, Ninja
280
- uses : lukka/get-cmake@v3.19 .2
280
+ uses : lukka/get-cmake@v3.24 .2
281
281
282
282
- name : Install build dependencies
283
283
run : |
0 commit comments