Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 7674be6

Browse files
yngvar-antonssonLeonidVas
authored andcommitted
ci: update deprecated actions
1 parent 20eab1a commit 7674be6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/pull-translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/push-translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

@@ -66,7 +66,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

@@ -76,7 +76,7 @@ jobs:
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

.github/workflows/upload-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

0 commit comments

Comments
 (0)