We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb20570 commit ee9dc67Copy full SHA for ee9dc67
.github/workflows/ros-ci.yml
@@ -34,11 +34,11 @@ jobs:
34
with:
35
path: ros_ws/src
36
- name: Setup ROS environment
37
- uses: ros-tooling/setup-ros@0.3.3
+ uses: ros-tooling/setup-ros@0.7.1
38
39
required-ros-distributions: ${{ matrix.ros_distribution }}
40
- name: Build and Test
41
- uses: ros-tooling/action-ros-ci@0.2.5
+ uses: ros-tooling/action-ros-ci@0.3.5
42
43
package-name: dynamixel_hardware_interface
44
target-ros2-distro: ${{ matrix.ros_distribution }}
0 commit comments