Skip to content

Commit 26da407

Browse files
4ntnmergify[bot]
authored andcommitted
Bump setup-ros and action-ros-ci (#249)
Signed-off-by: Antón Casas <antoncasas@eprosima.com> (cherry picked from commit 0e6e8e3) # Conflicts: # .github/workflows/ci.yml
1 parent dfa6221 commit 26da407

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)