Skip to content

Commit

Permalink
Updates ros-tooling verison to avoid error with dependency. (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Agustin Alba Chicar <[email protected]>
  • Loading branch information
agalbachicar authored Dec 6, 2023
1 parent 8573e14 commit b5e0111
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
image: ubuntu:20.04
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/[email protected]
id: action_ros_ci_step
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
path: ${{ env.ROS_WS }}/src/${{ env.PACKAGE_NAME }}
# use setup-ros action to get vcs, rosdep, and colcon
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@v0.6
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: clang 8 install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
path: ${{ env.ROS_WS }}/src/${{ env.PACKAGE_NAME }}
# use setup-ros action to get vcs, rosdep, and colcon
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@v0.6
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: clang 8 install
Expand Down

0 comments on commit b5e0111

Please sign in to comment.