Skip to content

Commit

Permalink
Bump ros-tooling/setup-ros from 0.7.8 to 0.7.9 (#132)
Browse files Browse the repository at this point in the history
Bumps [ros-tooling/setup-ros](https://github.com/ros-tooling/setup-ros) from 0.7.8 to 0.7.9.
- [Release notes](https://github.com/ros-tooling/setup-ros/releases)
- [Commits](ros-tooling/setup-ros@0.7.8...0.7.9)

---
updated-dependencies:
- dependency-name: ros-tooling/setup-ros
  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>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 00d3b8e commit 79fc89b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo ~/.local/opt/node/bin >> $GITHUB_PATH
# needed only if a non-ros image is used
- uses: ros-tooling/[email protected].8
- uses: ros-tooling/[email protected].9
if: ${{ steps.prereq.outputs.need_ros2 == '1' }}
with:
use-ros2-testing: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo ~/.local/opt/node/bin >> $GITHUB_PATH
# needed only if a non-ros image is used
- uses: ros-tooling/[email protected].8
- uses: ros-tooling/[email protected].9
if: ${{ steps.prereq.outputs.need_ros2 == '1' }}
with:
use-ros2-testing: true
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 @@ -58,7 +58,7 @@ jobs:
echo ~/.local/opt/node/bin >> $GITHUB_PATH
# needed only if a non-ros image is used
- uses: ros-tooling/[email protected].8
- uses: ros-tooling/[email protected].9
with:
use-ros2-testing: true
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-rosdoc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# this will be src/{repo-owner}/{repo-name}
path: src/${{ github.repository }}
steps:
- uses: ros-tooling/[email protected].8
- uses: ros-tooling/[email protected].9
- name: Install rosdoc2 and deps
run: |
sudo apt-get update
Expand Down

0 comments on commit 79fc89b

Please sign in to comment.