File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,19 @@ jobs:
2323 image : ${{ matrix.docker_image }}
2424 steps :
2525 - uses : actions/checkout@v4
26- - uses : ros-tooling/setup-ros@0.7.7
26+ - uses : ros-tooling/setup-ros@0.7.13
2727 with :
2828 use-ros2-testing : false
2929 required-ros-distributions : ${{ matrix.ros_distribution }}
3030 - name : Download and install dependencies
3131 run : |
3232 apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
3333 apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
34+ <<<<<<< HEAD
3435 - uses : ros-tooling/action-ros-ci@0.3.6
36+ =======
37+ - uses : ros-tooling/action-ros-ci@0.4.3
38+ >>>>>>> 0e6e8e3 (Bump setup-ros and action-ros-ci (#249))
3539 with :
3640 package-name : " micro_ros_agent"
3741 target-ros2-distro : ${{ matrix.ros_distribution }}
You can’t perform that action at this time.
0 commit comments