Skip to content

Commit

Permalink
Bump ros-tooling/setup-ros from 0.6 to 0.7
Browse files Browse the repository at this point in the history
Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.6 to 0.7.
- [Release notes](https://github.com/ros-tooling/setup-ros/releases)
- [Commits](ros-tooling/setup-ros@v0.6...v0.7)

---
updated-dependencies:
- dependency-name: ros-tooling/setup-ros
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ijnek committed Jul 25, 2023
1 parent 5cc6b95 commit 7e8f86b
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_and_test_humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_iron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
Expand Down

1 comment on commit 7e8f86b

@xueying4402
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ijnek Would this be backported to iron?

Please sign in to comment.