File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
submodules : ' recursive'
16
16
17
- - uses : actions/setup-python@v4.2 .0
17
+ - uses : actions/setup-python@v4.3 .0
18
18
with :
19
19
python-version : ' 3.10'
20
20
62
62
with :
63
63
submodules : ' recursive'
64
64
65
- - uses : actions/setup-python@v4.2 .0
65
+ - uses : actions/setup-python@v4.3 .0
66
66
with :
67
67
python-version : ' 3.10'
68
68
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
git
121
121
- name : Set up Python ${{ matrix.python-version }}
122
122
if : matrix.python-version != 'mingw64'
123
- uses : actions/setup-python@v4.2 .0
123
+ uses : actions/setup-python@v4.3 .0
124
124
with :
125
125
python-version : ${{ matrix.python-version }}
126
126
- name : Install coverage dependency
@@ -184,7 +184,7 @@ jobs:
184
184
with :
185
185
submodules : ' recursive'
186
186
187
- - uses : actions/setup-python@v4.2 .0
187
+ - uses : actions/setup-python@v4.3 .0
188
188
189
189
- name : Install pypa/build
190
190
run : python -m pip install build --user
You can’t perform that action at this time.
0 commit comments