28
28
run_tests : ${{ steps.check.outputs.run_tests }}
29
29
run_ssl_tests : ${{ steps.check.outputs.run_ssl_tests }}
30
30
steps :
31
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v3
32
32
- name : Check for source changes
33
33
id : check
34
34
run : |
60
60
needs : check_source
61
61
if : needs.check_source.outputs.run_tests == 'true'
62
62
steps :
63
- - uses : actions/checkout@v2
63
+ - uses : actions/checkout@v3
64
64
- uses : actions/setup-python@v3
65
65
- name : Install Dependencies
66
66
run : sudo ./.github/workflows/posix-deps-apt.sh
@@ -114,7 +114,7 @@ jobs:
114
114
env :
115
115
IncludeUwp : ' true'
116
116
steps :
117
- - uses : actions/checkout@v2
117
+ - uses : actions/checkout@v3
118
118
- name : Build CPython
119
119
run : .\PCbuild\build.bat -e -d -p Win32
120
120
timeout-minutes : 30
@@ -131,7 +131,7 @@ jobs:
131
131
env :
132
132
IncludeUwp : ' true'
133
133
steps :
134
- - uses : actions/checkout@v2
134
+ - uses : actions/checkout@v3
135
135
- name : Register MSVC problem matcher
136
136
run : echo "::add-matcher::.github/problem-matchers/msvc.json"
137
137
- name : Build CPython
@@ -150,7 +150,7 @@ jobs:
150
150
env :
151
151
PYTHONSTRICTEXTENSIONBUILD : 1
152
152
steps :
153
- - uses : actions/checkout@v2
153
+ - uses : actions/checkout@v3
154
154
- name : Prepare homebrew environment variables
155
155
run : |
156
156
echo "LDFLAGS=-L$(brew --prefix tcl-tk)/lib" >> $GITHUB_ENV
@@ -173,7 +173,7 @@ jobs:
173
173
OPENSSL_VER : 1.1.1n
174
174
PYTHONSTRICTEXTENSIONBUILD : 1
175
175
steps :
176
- - uses : actions/checkout@v2
176
+ - uses : actions/checkout@v3
177
177
- name : Register gcc problem matcher
178
178
run : echo "::add-matcher::.github/problem-matchers/gcc.json"
179
179
- name : Install Dependencies
@@ -236,7 +236,7 @@ jobs:
236
236
OPENSSL_DIR : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
237
237
LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
238
238
steps :
239
- - uses : actions/checkout@v2
239
+ - uses : actions/checkout@v3
240
240
- name : Register gcc problem matcher
241
241
run : echo "::add-matcher::.github/problem-matchers/gcc.json"
242
242
- name : Install Dependencies
@@ -280,7 +280,7 @@ jobs:
280
280
PYTHONSTRICTEXTENSIONBUILD : 1
281
281
ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
282
282
steps :
283
- - uses : actions/checkout@v2
283
+ - uses : actions/checkout@v3
284
284
- name : Register gcc problem matcher
285
285
run : echo "::add-matcher::.github/problem-matchers/gcc.json"
286
286
- name : Install Dependencies
0 commit comments