Skip to content

Commit e12cea3

Browse files
Bump ros-tooling/setup-ros from 0.6.1 to 0.6.2 (#1039)
1 parent 590de4e commit e12cea3

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
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
ROS_DISTRO: rolling
1818
steps:
19-
- uses: ros-tooling/[email protected].1
19+
- uses: ros-tooling/[email protected].2
2020
with:
2121
required-ros-distributions: ${{ env.ROS_DISTRO }}
2222
- uses: actions/checkout@v3

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
linter: [cppcheck, copyright, lint_cmake]
1313
steps:
1414
- uses: actions/checkout@v3
15-
- uses: ros-tooling/[email protected].1
15+
- uses: ros-tooling/[email protected].2
1616
- uses: ros-tooling/[email protected]
1717
with:
1818
distribution: rolling
@@ -36,7 +36,7 @@ jobs:
3636
linter: [cpplint]
3737
steps:
3838
- uses: actions/checkout@v3
39-
- uses: ros-tooling/[email protected].1
39+
- uses: ros-tooling/[email protected].2
4040
- uses: ros-tooling/[email protected]
4141
with:
4242
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].1
29+
- uses: ros-tooling/[email protected].2
3030
with:
3131
required-ros-distributions: ${{ inputs.ros_distro }}
3232
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)