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 2828 name : Check configuration with git submodules
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 with :
3333 submodules : true
3434 - run : sudo apt install libboost-all-dev libeigen3-dev python3-numpy python3-scipy
3939 name : Check configuration without git submodules
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343 with :
4444 submodules : false
4545 path : eigenpy
Original file line number Diff line number Diff line change 3232 python : [3]
3333 ubuntu : [22, 24]
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636 with :
3737 submodules : ' true'
3838 - run : |
Original file line number Diff line number Diff line change 3232 CMAKE_CXX_COMPILER_LAUNCHER : ccache
3333
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636 with :
3737 submodules : recursive
3838
You can’t perform that action at this time.
0 commit comments