Skip to content

Commit caa6385

Browse files
Bump ros-tooling/setup-ros from 0.7.18 to 0.7.19 (#838)
Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.7.18 to 0.7.19. - [Release notes](https://github.com/ros-tooling/setup-ros/releases) - [Commits](ros-tooling/setup-ros@0.7.18...0.7.19) --- updated-dependencies: - dependency-name: ros-tooling/setup-ros dependency-version: 0.7.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bba2aa2 commit caa6385

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo ~/.local/opt/node/bin >> $GITHUB_PATH
4343
4444
# overwrite ros distro with testing
45-
- uses: ros-tooling/setup-ros@0.7.18
45+
- uses: ros-tooling/setup-ros@0.7.19
4646
if: ${{ steps.prereq.outputs.need_ros2 == '1' }}
4747
with:
4848
use-ros2-testing: true

.github/workflows/reusable-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo ~/.local/opt/node/bin >> $GITHUB_PATH
4040
4141
# needed only if a non-ros image is used
42-
- uses: ros-tooling/setup-ros@0.7.18
42+
- uses: ros-tooling/setup-ros@0.7.19
4343
if: ${{ steps.prereq.outputs.need_ros2 == '1' }}
4444
with:
4545
use-ros2-testing: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
echo ~/.local/opt/node/bin >> $GITHUB_PATH
6767
6868
# needed only if a non-ros image is used
69-
- uses: ros-tooling/setup-ros@0.7.18
69+
- uses: ros-tooling/setup-ros@0.7.19
7070
with:
7171
use-ros2-testing: true
7272

.github/workflows/reusable-rosdoc2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo ~/.local/opt/node/bin >> $GITHUB_PATH
3434
3535
# needed only if a non-ros image is used
36-
- uses: ros-tooling/setup-ros@0.7.18
36+
- uses: ros-tooling/setup-ros@0.7.19
3737
if: ${{ steps.prereq.outputs.need_ros2 == '1' }}
3838
with:
3939
use-ros2-testing: true

0 commit comments

Comments
 (0)