Skip to content

Commit

Permalink
Merge branch 'master' into enable_reflow_comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored May 30, 2023
2 parents cbc84c2 + bdf7e44 commit f4be140
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
ROS_DISTRO: rolling
steps:
- uses: ros-tooling/setup-ros@0.6.1
- uses: ros-tooling/setup-ros@0.6.2
with:
required-ros-distributions: ${{ env.ROS_DISTRO }}
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: '3.10'
- name: Install system hooks
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-ros-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
linter: [cppcheck, copyright, lint_cmake]
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@0.6.1
- uses: ros-tooling/setup-ros@0.6.2
- uses: ros-tooling/action-ros-lint@v0.1
with:
distribution: rolling
Expand All @@ -36,7 +36,7 @@ jobs:
linter: [cpplint]
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@0.6.1
- uses: ros-tooling/setup-ros@0.6.2
- uses: ros-tooling/action-ros-lint@v0.1
with:
distribution: rolling
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ros-tooling-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: ros-tooling/setup-ros@0.6.1
- uses: ros-tooling/setup-ros@0.6.2
with:
required-ros-distributions: ${{ inputs.ros_distro }}
- uses: actions/checkout@v3
Expand Down

0 comments on commit f4be140

Please sign in to comment.