@@ -56,15 +56,15 @@ jobs:
56
56
57
57
steps :
58
58
- name : Clone the connector
59
- uses : actions/checkout@v2
59
+ uses : actions/checkout@v3
60
60
61
61
- name : Install tarantool ${{ matrix.tarantool }}
62
62
uses : tarantool/setup-tarantool@v1
63
63
with :
64
64
tarantool-version : ${{ matrix.tarantool }}
65
65
66
66
- name : Setup Python for tests
67
- uses : actions/setup-python@v2
67
+ uses : actions/setup-python@v4
68
68
with :
69
69
python-version : ${{ matrix.python }}
70
70
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
steps :
116
116
- name : Clone the connector
117
- uses : actions/checkout@v2
117
+ uses : actions/checkout@v3
118
118
# This is needed for pull_request_target because this event runs in the
119
119
# context of the base commit of the pull request. It works fine for
120
120
# `push` and `workflow_dispatch` because the default behavior is used
@@ -131,7 +131,7 @@ jobs:
131
131
rm -f ${ARCHIVE_NAME}
132
132
133
133
- name : Setup Python for tests
134
- uses : actions/setup-python@v2
134
+ uses : actions/setup-python@v4
135
135
with :
136
136
python-version : ${{ matrix.python }}
137
137
@@ -173,7 +173,7 @@ jobs:
173
173
- ' 3.10'
174
174
steps :
175
175
- name : Clone the connector repo
176
- uses : actions/checkout@v2
176
+ uses : actions/checkout@v3
177
177
178
178
- name : Remove connector source code
179
179
run : python .github/scripts/remove_source_code.py
@@ -184,7 +184,7 @@ jobs:
184
184
tarantool-version : ${{ matrix.tarantool }}
185
185
186
186
- name : Setup Python for tests
187
- uses : actions/setup-python@v2
187
+ uses : actions/setup-python@v4
188
188
with :
189
189
python-version : ${{ matrix.python }}
190
190
@@ -225,10 +225,10 @@ jobs:
225
225
226
226
steps :
227
227
- name : Clone the connector
228
- uses : actions/checkout@v2
228
+ uses : actions/checkout@v3
229
229
230
230
- name : Setup Python for tests
231
- uses : actions/setup-python@v2
231
+ uses : actions/setup-python@v
232
232
with :
233
233
python-version : ${{ matrix.python }}
234
234
@@ -302,13 +302,13 @@ jobs:
302
302
- ' 3.10'
303
303
steps :
304
304
- name : Clone the connector repo
305
- uses : actions/checkout@v2
305
+ uses : actions/checkout@v3
306
306
307
307
- name : Remove connector source code
308
308
run : python .github/scripts/remove_source_code.py
309
309
310
310
- name : Setup Python for tests
311
- uses : actions/setup-python@v2
311
+ uses : actions/setup-python@v4
312
312
with :
313
313
python-version : ${{ matrix.python }}
314
314
0 commit comments