From 26da407de8fb5ae754b8a251133060fd88fee970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Casas?= Date: Tue, 3 Jun 2025 11:07:14 +0200 Subject: [PATCH 1/2] Bump setup-ros and action-ros-ci (#249) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antón Casas (cherry picked from commit 0e6e8e36730e6fe1654d0778fe87ff7002b02577) # Conflicts: # .github/workflows/ci.yml --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 084aac1..7b37156 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: image: ${{ matrix.docker_image }} steps: - uses: actions/checkout@v4 - - uses: ros-tooling/setup-ros@0.7.7 + - uses: ros-tooling/setup-ros@0.7.13 with: use-ros2-testing: false required-ros-distributions: ${{ matrix.ros_distribution }} @@ -31,7 +31,11 @@ jobs: run: | apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp +<<<<<<< HEAD - uses : ros-tooling/action-ros-ci@0.3.6 +======= + - uses : ros-tooling/action-ros-ci@0.4.3 +>>>>>>> 0e6e8e3 (Bump setup-ros and action-ros-ci (#249)) with: package-name: "micro_ros_agent" target-ros2-distro: ${{ matrix.ros_distribution }} From 818bdea1f95ee061dd3fa04757ccce7576c41c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Casas?= Date: Tue, 3 Jun 2025 11:12:23 +0200 Subject: [PATCH 2/2] Merge conflicts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antón Casas --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b37156..77ab0a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,11 +31,7 @@ jobs: run: | apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp -<<<<<<< HEAD - - uses : ros-tooling/action-ros-ci@0.3.6 -======= - uses : ros-tooling/action-ros-ci@0.4.3 ->>>>>>> 0e6e8e3 (Bump setup-ros and action-ros-ci (#249)) with: package-name: "micro_ros_agent" target-ros2-distro: ${{ matrix.ros_distribution }}