4848
4949 steps :
5050 - name : Clone the connector
51- uses : actions/checkout@v2
51+ uses : actions/checkout@v3
5252
5353 - name : Setup tt
5454 run : |
8989 run : echo "/opt/tarantool/bin" >> $GITHUB_PATH
9090
9191 - name : Setup golang for the connector and tests
92- uses : actions/setup-go@v2
92+ uses : actions/setup-go@v3
9393 with :
9494 go-version : ${{ matrix.golang }}
9595
@@ -167,14 +167,14 @@ jobs:
167167 - name : Clone the connector
168168 # `ref` as merge request is needed for pull_request_target because this
169169 # target runs in the context of the base commit of the pull request.
170- uses : actions/checkout@v2
170+ uses : actions/checkout@v3
171171 if : github.event_name == 'pull_request_target'
172172 with :
173173 ref : refs/pull/${{ github.event.pull_request.number }}/merge
174174
175175 - name : Clone the connector
176176 if : github.event_name != 'pull_request_target'
177- uses : actions/checkout@v2
177+ uses : actions/checkout@v3
178178
179179 - name : Setup Tarantool ${{ matrix.sdk-version }}
180180 run : |
@@ -184,7 +184,7 @@ jobs:
184184 rm -f ${ARCHIVE_NAME}
185185
186186 - name : Setup golang for the connector and tests
187- uses : actions/setup-go@v2
187+ uses : actions/setup-go@v3
188188 with :
189189 go-version : 1.13
190190
0 commit comments