File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 steps :
3434 - uses : actions/checkout@v5
3535
36- - uses : actions/setup-python@v5
36+ - uses : actions/setup-python@v6
3737 with :
3838 python-version : " 3.13"
3939
@@ -308,7 +308,7 @@ jobs:
308308 - uses : actions/checkout@v5
309309
310310 - name : Setup python
311- uses : actions/setup-python@v5
311+ uses : actions/setup-python@v6
312312 with :
313313 python-version : ' 3.12'
314314 architecture : x64
Original file line number Diff line number Diff line change 2828 uses : actions/checkout@v5
2929
3030 - name : Set up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ' 3.12'
3434
Original file line number Diff line number Diff line change 4343 run : |
4444 brew install boost eigen nlohmann-json msgpack-cxx doctest
4545 - name : Set up Python
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : " 3.12"
4949 - name : Install build-wrapper
You can’t perform that action at this time.
0 commit comments