Skip to content

Commit 48fa98a

Browse files
mergify[bot]4ntn
andauthored
Bump setup-ros and action-ros-ci (backport #249) (#251)
* 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 * Merge conflicts Signed-off-by: Antón Casas <antoncasas@eprosima.com> --------- Signed-off-by: Antón Casas <antoncasas@eprosima.com> Co-authored-by: Antón Casas <antoncasas@eprosima.com>
1 parent 30377bb commit 48fa98a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
container:
2323
image: ubuntu:jammy
2424
steps:
25-
- uses: actions/checkout@v3
26-
- uses: ros-tooling/setup-ros@0.7.1
25+
- uses: actions/checkout@v4
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-
- uses : ros-tooling/action-ros-ci@0.3.6
34+
- uses : ros-tooling/action-ros-ci@0.4.3
3535
with:
3636
package-name: "micro_ros_agent"
3737
target-ros2-distro: ${{ matrix.ros_distribution }}

0 commit comments

Comments
 (0)