Skip to content

Commit

Permalink
Merge pull request #34 from 3473f/dependabot/github_actions/ros-tooli…
Browse files Browse the repository at this point in the history
…ng/setup-ros-0.7

Bump ros-tooling/setup-ros from 0.6 to 0.7
  • Loading branch information
3473f authored Nov 26, 2023
2 parents 1270365 + 8487864 commit 0b90797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ament_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ubuntu:22.04
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: humble # We will have to keep it up-to-date with <https://docs.ros.org/en/foxy/Releases.html>
- uses: ros-tooling/action-ros-lint@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/colcon_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: ${{ matrix.ros2-version }}
- uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 0b90797

Please sign in to comment.