File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
black :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/setup-python@v3
7
+ - uses : actions/setup-python@v4.1.0
8
8
- uses : actions/checkout@v3
9
9
- run : python -m pip install --upgrade black
10
10
- run : black --check .
11
11
12
12
flake8 :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/setup-python@v3
15
+ - uses : actions/setup-python@v4.1.0
16
16
- uses : actions/checkout@v3
17
17
- run : python -m pip install flake8
18
18
- run : flake8
19
19
20
20
isort :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/setup-python@v3
23
+ - uses : actions/setup-python@v4.1.0
24
24
with :
25
25
python-version : 3.8
26
26
- uses : actions/checkout@v3
47
47
48
48
steps :
49
49
- name : Set up Python ${{ matrix.python-version }}
50
- uses : actions/setup-python@v3 .1.0
50
+ uses : actions/setup-python@v4 .1.0
51
51
with :
52
52
python-version : ${{ matrix.python-version }}
53
53
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments