File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ jobs:
1212 fail-fast : false
1313 matrix :
1414 include :
15- - docker_image : ubuntu:jammy
15+ - docker_image : ubuntu:24.04
1616 ros_distribution : rolling
1717 container :
1818 image : ${{ matrix.docker_image }}
1919 steps :
2020 - uses : actions/checkout@v3
21- - uses : ros-tooling/setup-ros@0.6.2
21+ - uses : ros-tooling/setup-ros@0.7.13
2222 with :
2323 required-ros-distributions : ${{ matrix.ros_distribution }}
24- - uses : ros-tooling/action-ros-ci@0.3.2
24+ - uses : ros-tooling/action-ros-ci@0.4.3
2525 with :
2626 package-name : " micro_ros_utilities"
2727 target-ros2-distro : ${{ matrix.ros_distribution }}
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 image : ${{ matrix.docker_image }}
2929 steps :
3030 - uses : actions/checkout@v3
31- - uses : ros-tooling/setup-ros@0.7.7
31+ - uses : ros-tooling/setup-ros@0.7.13
3232 with :
3333 required-ros-distributions : ${{ matrix.ros_distribution }}
34- - uses : ros-tooling/action-ros-ci@0.3.13
34+ - uses : ros-tooling/action-ros-ci@0.4.3
3535 with :
3636 package-name : " micro_ros_utilities"
3737 target-ros2-distro : ${{ matrix.ros_distribution }}
You can’t perform that action at this time.
0 commit comments