42
42
run_hypothesis : ${{ steps.check.outputs.run_hypothesis }}
43
43
config_hash : ${{ steps.config_hash.outputs.hash }}
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
- name : Check for source changes
47
47
id : check
48
48
run : |
@@ -154,13 +154,13 @@ jobs:
154
154
needs : check_source
155
155
if : needs.check_source.outputs.run_tests == 'true'
156
156
steps :
157
- - uses : actions/checkout@v3
157
+ - uses : actions/checkout@v4
158
158
- name : Restore config.cache
159
159
uses : actions/cache@v3
160
160
with :
161
161
path : config.cache
162
162
key : ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
163
- - uses : actions/setup-python@v3
163
+ - uses : actions/setup-python@v4
164
164
- name : Install Dependencies
165
165
run : sudo ./.github/workflows/posix-deps-apt.sh
166
166
- name : Add ccache to PATH
@@ -217,7 +217,7 @@ jobs:
217
217
env :
218
218
IncludeUwp : ' true'
219
219
steps :
220
- - uses : actions/checkout@v3
220
+ - uses : actions/checkout@v4
221
221
- name : Build CPython
222
222
run : .\PCbuild\build.bat -e -d -p Win32
223
223
- name : Display build info
@@ -234,7 +234,7 @@ jobs:
234
234
env :
235
235
IncludeUwp : ' true'
236
236
steps :
237
- - uses : actions/checkout@v3
237
+ - uses : actions/checkout@v4
238
238
- name : Register MSVC problem matcher
239
239
run : echo "::add-matcher::.github/problem-matchers/msvc.json"
240
240
- name : Build CPython
@@ -256,7 +256,7 @@ jobs:
256
256
HOMEBREW_NO_INSTALL_CLEANUP : 1
257
257
PYTHONSTRICTEXTENSIONBUILD : 1
258
258
steps :
259
- - uses : actions/checkout@v3
259
+ - uses : actions/checkout@v4
260
260
- name : Restore config.cache
261
261
uses : actions/cache@v3
262
262
with :
@@ -290,7 +290,7 @@ jobs:
290
290
OPENSSL_VER : 1.1.1v
291
291
PYTHONSTRICTEXTENSIONBUILD : 1
292
292
steps :
293
- - uses : actions/checkout@v3
293
+ - uses : actions/checkout@v4
294
294
- name : Register gcc problem matcher
295
295
run : echo "::add-matcher::.github/problem-matchers/gcc.json"
296
296
- name : Install Dependencies
@@ -363,7 +363,7 @@ jobs:
363
363
OPENSSL_DIR : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
364
364
LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
365
365
steps :
366
- - uses : actions/checkout@v3
366
+ - uses : actions/checkout@v4
367
367
- name : Restore config.cache
368
368
uses : actions/cache@v3
369
369
with :
@@ -411,7 +411,7 @@ jobs:
411
411
OPENSSL_VER : 1.1.1v
412
412
PYTHONSTRICTEXTENSIONBUILD : 1
413
413
steps :
414
- - uses : actions/checkout@v3
414
+ - uses : actions/checkout@v4
415
415
- name : Register gcc problem matcher
416
416
run : echo "::add-matcher::.github/problem-matchers/gcc.json"
417
417
- name : Install Dependencies
@@ -521,7 +521,7 @@ jobs:
521
521
PYTHONSTRICTEXTENSIONBUILD : 1
522
522
ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
523
523
steps :
524
- - uses : actions/checkout@v3
524
+ - uses : actions/checkout@v4
525
525
- name : Restore config.cache
526
526
uses : actions/cache@v3
527
527
with :
0 commit comments