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 21
21
fetch-depth : 0
22
22
- name : Setup python
23
23
# see https://github.com/actions/setup-python
24
- uses : actions/setup-python@v3
24
+ uses : actions/setup-python@v4
25
25
with :
26
26
python-version : 3.9
27
27
- name : Install dependencies
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v3
18
18
with :
19
19
fetch-depth : 0
20
- - uses : actions/setup-python@v3
20
+ - uses : actions/setup-python@v4
21
21
with :
22
22
python-version : 3.9
23
23
- name : Install dependencies
Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@v3
30
30
- name : Setup Python Environment
31
31
# see https://github.com/actions/setup-python
32
- uses : actions/setup-python@v3
32
+ uses : actions/setup-python@v4
33
33
with :
34
34
python-version : ${{ env.PYTHON_VERISON_DEFAULT }}
35
35
architecture : ' x64'
63
63
uses : actions/checkout@v3
64
64
- name : Setup Python Environment
65
65
# see https://github.com/actions/setup-python
66
- uses : actions/setup-python@v3
66
+ uses : actions/setup-python@v4
67
67
with :
68
68
python-version : ${{ matrix.python-version }}
69
69
architecture : ' x64'
@@ -111,7 +111,7 @@ jobs:
111
111
run : mkdir ${{ env.REPORTS_DIR }}
112
112
- name : Setup Python Environment
113
113
# see https://github.com/actions/setup-python
114
- uses : actions/setup-python@v3
114
+ uses : actions/setup-python@v4
115
115
with :
116
116
python-version : ${{ matrix.python-version }}
117
117
architecture : ' x64'
You can’t perform that action at this time.
0 commit comments