Skip to content

Commit 1a9d38a

Browse files
slavakirichenkoylobankov
authored andcommitted
ci: update github action versions in ci workflow
Update version of actions/setup-tarantool, setup-python and actions/checkout to 2, 4 and 3 respectively to avoid workflow warnings. Part of #363
1 parent 94d8b10 commit 1a9d38a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
tarantool-version: [2.6, 2.7]
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: update git submodules
2222
run: git submodule update --init --recursive
2323
- name: set up Tarantool ${{ matrix.tarantool-version }}
24-
uses: tarantool/setup-tarantool@v1
24+
uses: tarantool/setup-tarantool@v2
2525
with:
2626
tarantool-version: ${{ matrix.tarantool-version }}
2727
- name: set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: display python version

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ var/
2424
*.egg-info/
2525
.installed.cfg
2626
*.egg
27+
.idea/
2728

2829
# PyInstaller
2930
# Usually these files are written by a python script from a template

0 commit comments

Comments
 (0)