File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v3
14
14
- name : Set up Python ${{ matrix.python-version }}
15
- uses : actions/setup-python@v2
15
+ uses : actions/setup-python@v4.1.0
16
16
with :
17
17
python-version : ${{ matrix.python-version }}
18
18
- name : Install dependencies
33
33
steps :
34
34
- uses : actions/checkout@v3
35
35
- name : Set up Python 3.8
36
- uses : actions/setup-python@v2
36
+ uses : actions/setup-python@v4.1.0
37
37
with :
38
38
python-version : 3.8
39
39
- name : Intall Flake8
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v3
12
12
- name : Set up Python
13
- uses : actions/setup-python@v2
13
+ uses : actions/setup-python@v4.1.0
14
14
with :
15
15
python-version : " 3.x"
16
16
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments