Skip to content

Commit dc1e206

Browse files
Bump ros-tooling/setup-ros from 0.7.12 to 0.7.13 (#352)
Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.7.12 to 0.7.13. - [Release notes](https://github.com/ros-tooling/setup-ros/releases) - [Commits](ros-tooling/setup-ros@0.7.12...0.7.13) --- updated-dependencies: - dependency-name: ros-tooling/setup-ros dependency-version: 0.7.13 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 28e5c1f commit dc1e206

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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].12
44+
- uses: ros-tooling/[email protected].13
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].12
42+
- uses: ros-tooling/[email protected].13
4343
if: ${{ steps.prereq.outputs.need_ros2 == '1' }}
4444
with:
4545
use-ros2-testing: true

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

0 commit comments

Comments
 (0)