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@v4
12
12
- name : Set up Python
13
- uses : actions/setup-python@v4
13
+ uses : actions/setup-python@v5
14
14
with :
15
15
python-version : 3.9
16
16
- name : Install flake8
27
27
- name : Checkout
28
28
uses : actions/checkout@v4
29
29
- name : Set up Python
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
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 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- name : Set up Python 3.10
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.10'
23
23
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- name : Set up Python 3.10
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.10'
23
23
Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@v4
29
29
- name : Set up Python ${{ matrix.python-version }}
30
30
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
34
- name : Install dependencies
62
62
- uses : actions/checkout@v4
63
63
- name : Set up Python ${{ matrix.python-version }}
64
64
65
- uses : actions/setup-python@v4
65
+ uses : actions/setup-python@v5
66
66
with :
67
67
python-version : ${{ matrix.python-version }}
68
68
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments