48
48
49
49
steps :
50
50
- name : Clone the connector
51
- uses : actions/checkout@v2
51
+ uses : actions/checkout@v3
52
52
53
53
- name : Setup tt
54
54
run : |
89
89
run : echo "/opt/tarantool/bin" >> $GITHUB_PATH
90
90
91
91
- name : Setup golang for the connector and tests
92
- uses : actions/setup-go@v2
92
+ uses : actions/setup-go@v3
93
93
with :
94
94
go-version : ${{ matrix.golang }}
95
95
@@ -167,14 +167,14 @@ jobs:
167
167
- name : Clone the connector
168
168
# `ref` as merge request is needed for pull_request_target because this
169
169
# target runs in the context of the base commit of the pull request.
170
- uses : actions/checkout@v2
170
+ uses : actions/checkout@v3
171
171
if : github.event_name == 'pull_request_target'
172
172
with :
173
173
ref : refs/pull/${{ github.event.pull_request.number }}/merge
174
174
175
175
- name : Clone the connector
176
176
if : github.event_name != 'pull_request_target'
177
- uses : actions/checkout@v2
177
+ uses : actions/checkout@v3
178
178
179
179
- name : Setup Tarantool ${{ matrix.sdk-version }}
180
180
run : |
@@ -184,7 +184,7 @@ jobs:
184
184
rm -f ${ARCHIVE_NAME}
185
185
186
186
- name : Setup golang for the connector and tests
187
- uses : actions/setup-go@v2
187
+ uses : actions/setup-go@v3
188
188
with :
189
189
go-version : 1.13
190
190
0 commit comments