File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
17
17
tarantool-version : [2.6, 2.7]
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : update git submodules
22
22
run : git submodule update --init --recursive
23
23
- name : set up Tarantool ${{ matrix.tarantool-version }}
24
- uses : tarantool/setup-tarantool@v1
24
+ uses : tarantool/setup-tarantool@v2
25
25
with :
26
26
tarantool-version : ${{ matrix.tarantool-version }}
27
27
- name : set up Python ${{ matrix.python-version }}
28
- uses : actions/setup-python@v2
28
+ uses : actions/setup-python@v4
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
- name : display python version
Original file line number Diff line number Diff line change 24
24
* .egg-info /
25
25
.installed.cfg
26
26
* .egg
27
+ .idea /
27
28
28
29
# PyInstaller
29
30
# Usually these files are written by a python script from a template
You can’t perform that action at this time.
0 commit comments