@@ -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
- uses: tarantool/setup-tarantool@v1
62
+ uses: tarantool/setup-tarantool@v2
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
@@ -127,14 +127,14 @@ jobs:
127
127
- name: Clone the connector
128
128
# `ref` as merge request is needed for pull_request_target because this
129
129
# target runs in the context of the base commit of the pull request.
130
- uses: actions/checkout@v2
130
+ uses: actions/checkout@v3
131
131
if: github.event_name == 'pull_request_target'
132
132
with:
133
133
ref: refs/pull/${{ github.event.pull_request.number }}/merge
134
134
135
135
- name: Clone the connector
136
136
if: github.event_name != 'pull_request_target'
137
- uses: actions/checkout@v2
137
+ uses: actions/checkout@v3
138
138
139
139
- name: Install Tarantool EE SDK
140
140
run: |
@@ -144,7 +144,7 @@ jobs:
144
144
rm -f ${ARCHIVE_NAME}
145
145
146
146
- name: Setup Python for tests
147
- uses: actions/setup-python@v2
147
+ uses: actions/setup-python@v4
148
148
with:
149
149
python-version: ${{ matrix.python }}
150
150
@@ -196,15 +196,15 @@ jobs:
196
196
- '3.10'
197
197
steps:
198
198
- name: Clone the connector repo
199
- uses: actions/checkout@v2
199
+ uses: actions/checkout@v3
200
200
201
201
- name: Install tarantool ${{ matrix.tarantool }}
202
- uses: tarantool/setup-tarantool@v1
202
+ uses: tarantool/setup-tarantool@v2
203
203
with:
204
204
tarantool-version: ${{ matrix.tarantool }}
205
205
206
206
- name: Setup Python for tests
207
- uses: actions/setup-python@v2
207
+ uses: actions/setup-python@v4
208
208
with:
209
209
python-version: ${{ matrix.python }}
210
210
@@ -252,10 +252,10 @@ jobs:
252
252
253
253
steps:
254
254
- name: Clone the connector
255
- uses: actions/checkout@v2
255
+ uses: actions/checkout@v3
256
256
257
257
- name: Setup Python for tests
258
- uses: actions/setup-python@v2
258
+ uses: actions/setup-python@v4
259
259
with:
260
260
python-version: ${{ matrix.python }}
261
261
@@ -266,7 +266,7 @@ jobs:
266
266
run: pip3 install -r requirements-test.txt
267
267
268
268
- name: Setup WSL for tarantool
269
- uses: Vampire/setup-wsl@v1
269
+ uses: Vampire/setup-wsl@v2
270
270
with:
271
271
distribution: Ubuntu-20.04
272
272
@@ -329,10 +329,10 @@ jobs:
329
329
- '3.10'
330
330
steps:
331
331
- name: Clone the connector repo
332
- uses: actions/checkout@v2
332
+ uses: actions/checkout@v3
333
333
334
334
- name: Setup Python for tests
335
- uses: actions/setup-python@v2
335
+ uses: actions/setup-python@v4
336
336
with:
337
337
python-version: ${{ matrix.python }}
338
338
@@ -346,7 +346,7 @@ jobs:
346
346
run: pip3 install -r requirements-test.txt
347
347
348
348
- name: Setup WSL for tarantool
349
- uses: Vampire/setup-wsl@v1
349
+ uses: Vampire/setup-wsl@v2
350
350
with:
351
351
distribution: Ubuntu-20.04
352
352
0 commit comments