File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
- name : Checkout
11
11
uses : actions/checkout@v2
12
12
- name : Set up Python
13
- uses : actions/setup-python@v2
13
+ uses : actions/setup-python@v4
14
14
with :
15
15
python-version : 3.9
16
16
- name : Install flake8
27
27
- name : Checkout
28
28
uses : actions/checkout@v2
29
29
- name : Set up Python
30
- uses : actions/setup-python@v2
30
+ uses : actions/setup-python@v4
31
31
with :
32
32
python-version : 3.9
33
33
- run : python -m pip install isort
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@master
14
14
- name : Set up Python 3.9
15
- uses : actions/setup-python@v1
15
+ uses : actions/setup-python@v4
16
16
with :
17
17
python-version : 3.9
18
18
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@master
14
14
- name : Set up Python 3.9
15
- uses : actions/setup-python@v1
15
+ uses : actions/setup-python@v4
16
16
with :
17
17
python-version : 3.9
18
18
Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v1
25
25
- name : Set up Python ${{ matrix.python-version }}
26
26
27
- uses : actions/setup-python@v2
27
+ uses : actions/setup-python@v4
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Install dependencies
58
58
- uses : actions/checkout@v1
59
59
- name : Set up Python ${{ matrix.python-version }}
60
60
61
- uses : actions/setup-python@v2
61
+ uses : actions/setup-python@v4
62
62
with :
63
63
python-version : ${{ matrix.python-version }}
64
64
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments