Skip to content

Commit

Permalink
Updates ros-tooling verison to avoid error with dependency. (#84)
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 11d417a commit 0e75082
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 @@ -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/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:
LDFLAGS: -fuse-ld=lld-8
steps:
# setup-ros first since it installs git, which is needed to fetch all branches from actions/checkout
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@v0.6
- uses: actions/checkout@v3
with:
path: ${{ env.ROS_WS }}/src/${{ env.PACKAGE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan_build.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
LDFLAGS: -fuse-ld=lld-8
steps:
# setup-ros first since it installs git, which is needed to fetch all branches from actions/checkout
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@v0.6
- uses: actions/checkout@v3
with:
path: ${{ env.ROS_WS }}/src/${{ env.PACKAGE_NAME }}
Expand Down

0 comments on commit 0e75082

Please sign in to comment.