Skip to content

Commit a5cca87

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Bump ros-tooling/action-ros-ci from 0.3 to 0.4 (#1276)
Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.3 to 0.4. - [Release notes](https://github.com/ros-tooling/action-ros-ci/releases) - [Commits](ros-tooling/action-ros-ci@v0.3...v0.4) --- updated-dependencies: - dependency-name: ros-tooling/action-ros-ci dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 71b8ad4) # Conflicts: # .github/workflows/coverage-build.yml
1 parent b6e6bac commit a5cca87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/coverage-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,14 @@ jobs:
1919
- uses: ros-tooling/[email protected]
2020
with:
2121
required-ros-distributions: ${{ env.ROS_DISTRO }}
22+
<<<<<<< HEAD
2223
- uses: actions/checkout@v2
2324
- uses: ros-tooling/[email protected]
25+
=======
26+
use-ros2-testing: true
27+
- uses: actions/checkout@v4
28+
- uses: ros-tooling/[email protected]
29+
>>>>>>> 71b8ad4 (Bump ros-tooling/action-ros-ci from 0.3 to 0.4 (#1276))
2430
with:
2531
target-ros2-distro: ${{ env.ROS_DISTRO }}
2632
# build all packages listed in the meta package

0 commit comments

Comments
 (0)