File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@v2
19
19
with :
20
20
fetch-depth : 0
21
- - uses : actions/setup-python@v2
21
+ - uses : actions/setup-python@v3
22
22
with :
23
23
python-version : 3.9
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v2
18
18
with :
19
19
fetch-depth : 0
20
- - uses : actions/setup-python@v2
20
+ - uses : actions/setup-python@v3
21
21
with :
22
22
python-version : 3.9
23
23
- name : Install dependencies
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@v2
28
28
- name : Setup Python Environment
29
29
# see https://github.com/actions/setup-python
30
- uses : actions/setup-python@v2
30
+ uses : actions/setup-python@v3
31
31
with :
32
32
python-version : ${{ env.PYTHON_VERISON_DEFAULT }}
33
33
architecture : ' x64'
60
60
uses : actions/checkout@v2
61
61
- name : Setup Python Environment
62
62
# see https://github.com/actions/setup-python
63
- uses : actions/setup-python@v2
63
+ uses : actions/setup-python@v3
64
64
with :
65
65
python-version : ${{ matrix.python-version }}
66
66
architecture : ' x64'
@@ -108,7 +108,7 @@ jobs:
108
108
run : mkdir ${{ env.REPORTS_DIR }}
109
109
- name : Setup Python Environment
110
110
# see https://github.com/actions/setup-python
111
- uses : actions/setup-python@v2
111
+ uses : actions/setup-python@v3
112
112
with :
113
113
python-version : ${{ matrix.python-version }}
114
114
architecture : ' x64'
You can’t perform that action at this time.
0 commit comments