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 28
28
name : Check configuration with git submodules
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
with :
33
33
submodules : true
34
34
- run : sudo apt install libboost-all-dev libeigen3-dev python3-numpy python3-scipy
39
39
name : Check configuration without git submodules
40
40
runs-on : ubuntu-latest
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
with :
44
44
submodules : false
45
45
path : eigenpy
Original file line number Diff line number Diff line change 32
32
python : [3]
33
33
ubuntu : [22, 24]
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
submodules : ' true'
38
38
- run : |
Original file line number Diff line number Diff line change 32
32
CMAKE_CXX_COMPILER_LAUNCHER : ccache
33
33
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
submodules : recursive
38
38
You can’t perform that action at this time.
0 commit comments