Skip to content

Commit

Permalink
Update ROS action version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aarsht7 committed Jun 14, 2024
1 parent 1152189 commit f2a928d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/foxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# image: ${{ matrix.docker_image }}
steps:
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.7.1
uses: ros-tooling/setup-ros@0.4
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name: Build and Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# image: ${{ matrix.docker_image }}
steps:
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.7.1
uses: ros-tooling/setup-ros@v0.7.7
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name: Build and Test
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# NatNet 4 ROS 2 driver (WIP)

[![GitHub Action Status](https://github.com/L2S-lab/natnet_ros2/actions/workflows/humble.yaml/badge.svg?event=push)](https://github.com/L2S-lab/natnet_ros2)

[![GitHub Action Status](https://github.com/L2S-lab/natnet_ros2/actions/workflows/jazzy.yaml/badge.svg?event=push)](https://github.com/L2S-lab/natnet_ros2)

[![GitHub Action Status](https://github.com/L2S-lab/natnet_ros2/actions/workflows/foxy.yaml/badge.svg?event=push)](https://github.com/L2S-lab/natnet_ros2)

<!-- if you are using software for any publication or article, we would be delighted if you could cite it [from here](https://hal.science/hal-04150950). -->
Expand Down

0 comments on commit f2a928d

Please sign in to comment.