File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155 submodules : true
156156 fetch-depth : 0
157157
158- - uses : actions/setup-python@v5
158+ - uses : actions/setup-python@v6
159159 name : Install Python
160160 with :
161161 python-version : " 3.12.1"
@@ -279,7 +279,7 @@ jobs:
279279 if : steps.cache-c-core.outputs.cache-hit != 'true' # Only needed when building the C core
280280 run : sudo apt install ninja-build cmake flex bison
281281
282- - uses : actions/setup-python@v5
282+ - uses : actions/setup-python@v6
283283 name : Install Python
284284 with :
285285 python-version : " 3.9"
@@ -326,7 +326,7 @@ jobs:
326326 if : steps.cache-c-core.outputs.cache-hit != 'true' # Only needed when building the C core
327327 run : sudo apt install ninja-build cmake flex bison
328328
329- - uses : actions/setup-python@v5
329+ - uses : actions/setup-python@v6
330330 name : Install Python
331331 with :
332332 python-version : " 3.12"
You can’t perform that action at this time.
0 commit comments