8282
8383 strategy :
8484 matrix :
85- python_version : [ 3.10 ]
85+ python_version : [ " 3.10" ]
8686
8787 steps :
8888 - uses : actions/checkout@v6
@@ -130,7 +130,7 @@ jobs:
130130
131131 strategy :
132132 matrix :
133- python_version : [ 3.10 ]
133+ python_version : [ " 3.10" ]
134134
135135 steps :
136136 - uses : actions/checkout@v6
@@ -172,7 +172,7 @@ jobs:
172172
173173 strategy :
174174 matrix :
175- python_version : [ 3.10 ]
175+ python_version : [ " 3.10" ]
176176
177177 steps :
178178 - uses : actions/checkout@v6
@@ -248,7 +248,7 @@ jobs:
248248
249249 strategy :
250250 matrix :
251- python_version : [ 3.10 ]
251+ python_version : [ " 3.10" ]
252252
253253 steps :
254254 - uses : actions/checkout@v6
@@ -319,7 +319,7 @@ jobs:
319319 run : rm -rf venv/ || true
320320
321321 - name : Export Development Requirements
322- run : uv export --extra test --extra lint --extra mypy --extra docs --format requirements.txt --output requirements-dev.txt
322+ run : uv export --extra test --extra lint --extra mypy --extra docs --format requirements.txt --output-file requirements-dev.txt
323323
324324 - name : Run Pip Audit Check On All Development And Test Dependencies
325325 uses : ./.github/actions/gh-action-pip-audit/ # v1.0.0
@@ -338,7 +338,7 @@ jobs:
338338
339339 strategy :
340340 matrix :
341- python_version : [ 3.10 ]
341+ python_version : [ " 3.10" ]
342342
343343 steps :
344344 - uses : actions/checkout@v6
@@ -377,7 +377,7 @@ jobs:
377377
378378 strategy :
379379 matrix :
380- python_version : [ 3.10 ]
380+ python_version : [ " 3.10" ]
381381
382382 steps :
383383 - uses : actions/checkout@v6
0 commit comments