Skip to content

Commit 0423c68

Browse files
Bump ros-tooling/setup-ros from 0.7.0 to 0.7.1 (#1202)
Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/ros-tooling/setup-ros/releases) - [Commits](ros-tooling/setup-ros@0.7.0...0.7.1) --- updated-dependencies: - dependency-name: ros-tooling/setup-ros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d85576 commit 0423c68

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-coverage-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
ROS_DISTRO: rolling
1919
steps:
20-
- uses: ros-tooling/[email protected].0
20+
- uses: ros-tooling/[email protected].1
2121
with:
2222
required-ros-distributions: ${{ env.ROS_DISTRO }}
2323
- uses: actions/checkout@v4

.github/workflows/ci-ros-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
AMENT_CPPCHECK_ALLOW_SLOW_VERSIONS: true
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: ros-tooling/[email protected].0
17+
- uses: ros-tooling/[email protected].1
1818
- uses: ros-tooling/[email protected]
1919
with:
2020
distribution: rolling
@@ -38,7 +38,7 @@ jobs:
3838
linter: [cpplint]
3939
steps:
4040
- uses: actions/checkout@v4
41-
- uses: ros-tooling/[email protected].0
41+
- uses: ros-tooling/[email protected].1
4242
- uses: ros-tooling/[email protected]
4343
with:
4444
distribution: rolling

.github/workflows/reusable-ros-tooling-source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
steps:
29-
- uses: ros-tooling/[email protected].0
29+
- uses: ros-tooling/[email protected].1
3030
with:
3131
required-ros-distributions: ${{ inputs.ros_distro }}
3232
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)