Skip to content

Commit

Permalink
Bump ros-tooling/action-ros-ci from 0.3.15 to 0.3.16 (#226)
Browse files Browse the repository at this point in the history
Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.3.15 to 0.3.16.
- [Release notes](https://github.com/ros-tooling/action-ros-ci/releases)
- [Commits](ros-tooling/action-ros-ci@0.3.15...0.3.16)

---
updated-dependencies:
- dependency-name: ros-tooling/action-ros-ci
  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 Jan 13, 2025
1 parent 171890b commit ff27717
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -83,7 +83,7 @@ jobs:
echo "No local repos file found"
echo "repo_file=" >> $GITHUB_OUTPUT
fi
- uses: ros-tooling/[email protected].15
- uses: ros-tooling/[email protected].16
with:
target-ros2-distro: ${{ inputs.ros_distro }}
import-token: ${{ secrets.GITHUB_TOKEN }}
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 @@ -82,7 +82,7 @@ jobs:
echo "repo_file=" >> $GITHUB_OUTPUT
fi
- uses: ros-tooling/[email protected].15
- uses: ros-tooling/[email protected].16
with:
target-ros2-distro: ${{ inputs.ros_distro }}
ref: ${{ inputs.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ros-tooling-win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
"repo_file=" | Out-File -FilePath $Env:GITHUB_OUTPUT -Append
}
- uses: ros-tooling/[email protected].15
- uses: ros-tooling/[email protected].16
# tests are disabled https://github.com/ros-tooling/action-ros-ci/pull/712#issuecomment-969495087
env:
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
Expand Down

0 comments on commit ff27717

Please sign in to comment.