File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
name : ament_${{ matrix.linter }}
8
8
runs-on : ubuntu-latest
9
9
container :
10
- image : rostooling/ setup-ros-docker: ubuntu-noble-ros-rolling-ros-base-latest
10
+ image : ghcr.io/ros-tooling/ setup-ros-docker/setup-ros-docker- ubuntu-noble-ros-kilted-desktop
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
Original file line number Diff line number Diff line change 12
12
ROS_DISTRO : ${{ matrix.ros_distro }}
13
13
RMW_IMPLEMENTATION : rmw_cyclonedds_cpp
14
14
container :
15
- image : rostooling/setup-ros-docker: ubuntu-noble-ros-kilted-desktop-latest
15
+ image : rostooling/setup-ros-docker/setup-ros-docker- ubuntu-noble-ros-kilted-desktop
16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
23
23
run : sudo apt install ros-${{ matrix.ros_distro }}-rmw-cyclonedds-cpp -y
24
24
- name : Build and run tests
25
25
id : action-ros-ci
26
- uses : ros-tooling/action-ros-ci@v0.3
26
+ uses : ros-tooling/action-ros-ci@v0.4
27
27
with :
28
28
import-token : ${{ secrets.GITHUB_TOKEN }}
29
29
target-ros2-distro : ${{ matrix.ros_distro }}
You can’t perform that action at this time.
0 commit comments