File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
- name : Set up Python 3.7
18
- uses : actions/setup-python@v2.2.2
18
+ uses : actions/setup-python@v4.4.0
19
19
with :
20
20
python-version : 3.7
21
21
- name : Install pypa/build
Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : actions/checkout@v3
11
11
- name : Set up Python 3.7
12
- uses : actions/setup-python@v2.2.2
12
+ uses : actions/setup-python@v4.4.0
13
13
with :
14
14
python-version : 3.7
15
15
- name : Install pypa/build
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
- name : Set up Python ${{ matrix.python-version }}
16
- uses : actions/setup-python@v2.2.2
16
+ uses : actions/setup-python@v4.4.0
17
17
with :
18
18
python-version : ${{ matrix.python-version }}
19
19
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments