File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- name : Set up Python 3.7
19
- uses : actions/setup-python@v2
19
+ uses : actions/setup-python@v3
20
20
with :
21
21
python-version : 3.7
22
22
Original file line number Diff line number Diff line change 11
11
ref : ${{ github.head_ref }}
12
12
- uses : actions/checkout@v2
13
13
- name : Set up Python 3.7
14
- uses : actions/setup-python@v2
14
+ uses : actions/setup-python@v3
15
15
with :
16
16
python-version : 3.7
17
17
- name : Install formatter dependencies
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- name : Set up Python 3.7
19
- uses : actions/setup-python@v2
19
+ uses : actions/setup-python@v3
20
20
with :
21
21
python-version : 3.7
22
22
56
56
steps :
57
57
- uses : actions/checkout@v2
58
58
- name : Set up Python 3.7
59
- uses : actions/setup-python@v2
59
+ uses : actions/setup-python@v3
60
60
with :
61
61
python-version : 3.7
62
62
You can’t perform that action at this time.
0 commit comments