Skip to content

Commit 8670d7e

Browse files
Bump ros-tooling/action-ros-ci from 0.4.4 to 0.4.5 (#436)
Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.4.4 to 0.4.5. - [Release notes](https://github.com/ros-tooling/action-ros-ci/releases) - [Commits](ros-tooling/action-ros-ci@0.4.4...0.4.5) --- updated-dependencies: - dependency-name: ros-tooling/action-ros-ci dependency-version: 0.4.5 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 41f41a5 commit 8670d7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-build-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo "No local repos file found"
8585
echo "repo_file=" >> $GITHUB_OUTPUT
8686
fi
87-
- uses: ros-tooling/[email protected].4
87+
- uses: ros-tooling/[email protected].5
8888
with:
8989
target-ros2-distro: ${{ inputs.ros_distro }}
9090
import-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/reusable-ros-tooling-source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
--deps-only --deps --upstream-development > /tmp/deps.repos && break || echo "retry #${i} .." && sleep 60;
7777
done
7878
79-
- uses: ros-tooling/[email protected].4
79+
- uses: ros-tooling/[email protected].5
8080
with:
8181
target-ros2-distro: ${{ inputs.ros_distro }}
8282
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)