Skip to content

Commit

Permalink
Updates ros-tooling verison to avoid error with dependency.
Browse files Browse the repository at this point in the history
Signed-off-by: Agustin Alba Chicar <ag.albachicar@gmail.com>
  • Loading branch information
agalbachicar committed Dec 6, 2023
1 parent 9bdc9ea commit e38e741
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
Expand Up @@ -19,7 +19,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/action-ros-ci@v0.2
id: action_ros_ci_step
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers.yml
Expand Up @@ -39,7 +39,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
Expand Up @@ -26,7 +26,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 e38e741

Please sign in to comment.