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 14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- name : Set up Python
17
- uses : actions/setup-python@v2
17
+ uses : actions/setup-python@v4
18
18
with :
19
19
python-version : ' 3.x'
20
20
- name : Install dependencies
Original file line number Diff line number Diff line change 27
27
run : git config --local --unset http.https://github.com/.extraheader
28
28
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.7
33
33
Original file line number Diff line number Diff line change 49
49
50
50
51
51
- name : Set up Python ${{ matrix.python-version }}
52
- uses : actions/setup-python@v2
52
+ uses : actions/setup-python@v4
53
53
with :
54
54
python-version : ${{ matrix.python-version }}
55
55
- name : Update build tools
You can’t perform that action at this time.
0 commit comments