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:
155
155
submodules : true
156
156
fetch-depth : 0
157
157
158
- - uses : actions/setup-python@v5
158
+ - uses : actions/setup-python@v6
159
159
name : Install Python
160
160
with :
161
161
python-version : " 3.12.1"
@@ -279,7 +279,7 @@ jobs:
279
279
if : steps.cache-c-core.outputs.cache-hit != 'true' # Only needed when building the C core
280
280
run : sudo apt install ninja-build cmake flex bison
281
281
282
- - uses : actions/setup-python@v5
282
+ - uses : actions/setup-python@v6
283
283
name : Install Python
284
284
with :
285
285
python-version : " 3.9"
@@ -326,7 +326,7 @@ jobs:
326
326
if : steps.cache-c-core.outputs.cache-hit != 'true' # Only needed when building the C core
327
327
run : sudo apt install ninja-build cmake flex bison
328
328
329
- - uses : actions/setup-python@v5
329
+ - uses : actions/setup-python@v6
330
330
name : Install Python
331
331
with :
332
332
python-version : " 3.12"
You can’t perform that action at this time.
0 commit comments