Skip to content

Commit

Permalink
chore: update github actions for ros (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 authored Feb 25, 2025
1 parent 0ca0c0b commit 3c67536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/colcon-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
echo package_list=$(colcon list --names-only | sed -e ':loop; N; $!b loop; s/\n/ /g') >> $GITHUB_OUTPUT
- name: Setup ROS environment
uses: ros-tooling/[email protected].8
uses: ros-tooling/[email protected].10
with:
required-ros-distributions: ${{ matrix.ros_distribution }}

- name: build and test
uses: ros-tooling/action-ros-ci@0.3.13
uses: ros-tooling/action-ros-ci@v0.4
id: actions_ros_ci_step
with:
package-name: ${{ steps.list_packages.outputs.package_list }}
Expand Down

0 comments on commit 3c67536

Please sign in to comment.