Skip to content

Commit 87a6cf1

Browse files
Bump ros-tooling/setup-ros from 0.7.13 to 0.7.14 (#376)
Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.7.13 to 0.7.14. - [Release notes](https://github.com/ros-tooling/setup-ros/releases) - [Commits](ros-tooling/setup-ros@0.7.13...0.7.14) --- updated-dependencies: - dependency-name: ros-tooling/setup-ros dependency-version: 0.7.14 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 406ce63 commit 87a6cf1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo ~/.local/opt/node/bin >> $GITHUB_PATH
4242
4343
# overwrite ros distro with testing
44-
- uses: ros-tooling/[email protected].13
44+
- uses: ros-tooling/[email protected].14
4545
if: ${{ steps.prereq.outputs.need_ros2 == '1' }}
4646
with:
4747
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/[email protected].13
42+
- uses: ros-tooling/[email protected].14
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
@@ -54,7 +54,7 @@ jobs:
5454
echo ~/.local/opt/node/bin >> $GITHUB_PATH
5555
5656
# needed only if a non-ros image is used
57-
- uses: ros-tooling/[email protected].13
57+
- uses: ros-tooling/[email protected].14
5858
with:
5959
use-ros2-testing: true
6060
- uses: actions/checkout@v4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
python-version: '3.8'
5252

53-
- uses: ros-tooling/[email protected].13
53+
- uses: ros-tooling/[email protected].14
5454
with:
5555
required-ros-distributions: ${{ inputs.ros_distro }}
5656
use-ros2-testing: true

.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/[email protected].13
36+
- uses: ros-tooling/[email protected].14
3737
if: ${{ steps.prereq.outputs.need_ros2 == '1' }}
3838
with:
3939
use-ros2-testing: true

0 commit comments

Comments
 (0)