File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
steps :
36
36
- uses : actions/checkout@v1
37
37
- name : Set up Python ${{ matrix.python-version }}
38
- uses : actions/setup-python@v2
38
+ uses : actions/setup-python@v4
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
- name : Install dependencies
63
63
steps :
64
64
- uses : actions/checkout@v1
65
65
- name : Set up Python 3.6
66
- uses : actions/setup-python@v1
66
+ uses : actions/setup-python@v4
67
67
with :
68
68
python-version : 3.6
69
69
- name : Install Flake8
Original file line number Diff line number Diff line change 37
37
steps :
38
38
- uses : actions/checkout@v1
39
39
- name : Set up Python ${{ matrix.python-version }}
40
- uses : actions/setup-python@v2
40
+ uses : actions/setup-python@v4
41
41
with :
42
42
python-version : ${{ matrix.python-version }}
43
43
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments