This repository was archived by the owner on Dec 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1717 run : echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
1818
1919 - name : Setup Python environment
20- uses : actions/setup-python@v2
20+ uses : actions/setup-python@v4
2121 with :
2222 python-version : ' 3.9'
2323
Original file line number Diff line number Diff line change 2525 ref : ${{github.head_ref}}
2626
2727 - name : Setup Python environment
28- uses : actions/setup-python@v2
28+ uses : actions/setup-python@v4
2929 with :
3030 python-version : ' 3.9'
3131
Original file line number Diff line number Diff line change 2121 fetch-depth : 0
2222
2323 - name : Setup Go
24- uses : actions/setup-go@v2
24+ uses : actions/setup-go@v3
2525 with :
2626 go-version : ${{ env.GO_VERSION }}
2727
6666 - uses : actions/checkout@master
6767
6868 - name : Setup Go
69- uses : actions/setup-go@v2
69+ uses : actions/setup-go@v3
7070 with :
7171 go-version : ${{ env.GO_VERSION }}
7272
Original file line number Diff line number Diff line change 2626 fetch-depth : 0
2727
2828 - name : Setup Go
29- uses : actions/setup-go@v2
29+ uses : actions/setup-go@v3
3030 with :
3131 go-version : ${{ env.GO_VERSION }}
3232
7676 run : sudo kill -9 $(sudo lsof -t -i tcp:8084) || true
7777
7878 - name : Setup python
79- uses : actions/setup-python@v2
79+ uses : actions/setup-python@v4
8080 with :
8181 python-version : ' ${{ env.PYTHON_VERSION }}'
8282
@@ -140,7 +140,7 @@ jobs:
140140 fetch-depth : 0
141141
142142 - name : Setup Go
143- uses : actions/setup-go@v2
143+ uses : actions/setup-go@v3
144144 with :
145145 go-version : ${{ env.GO_VERSION }}
146146
@@ -160,7 +160,7 @@ jobs:
160160
161161 - name : Cache Tarantool SDK
162162 id : cache-sdk
163- uses : actions/cache@v2
163+ uses : actions/cache@v3
164164 with :
165165 path : tarantool-enterprise
166166 key : ${{ matrix.sdk-version }}
@@ -186,7 +186,7 @@ jobs:
186186 run : sudo kill -9 $(sudo lsof -t -i tcp:8084) || true
187187
188188 - name : Setup python
189- uses : actions/setup-python@v2
189+ uses : actions/setup-python@v4
190190 with :
191191 python-version : ' 3.x'
192192
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v2
1919
2020 - name : Setup Python environment
21- uses : actions/setup-python@v2
21+ uses : actions/setup-python@v4
2222 with :
2323 python-version : ' 3.9'
2424
You can’t perform that action at this time.
0 commit comments