Skip to content

Commit 51dd509

Browse files
Bump ros-tooling/action-ros-ci from 0.4.1 to 0.4.2 (#314)
Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/ros-tooling/action-ros-ci/releases) - [Commits](ros-tooling/action-ros-ci@0.4.1...0.4.2) --- updated-dependencies: - dependency-name: ros-tooling/action-ros-ci dependency-version: 0.4.2 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 4524bbb commit 51dd509

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
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].1
87+
- uses: ros-tooling/[email protected].2
8888
with:
8989
target-ros2-distro: ${{ inputs.ros_distro }}
9090
import-token: ${{ secrets.GITHUB_TOKEN }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
--deps-only --deps --upstream-development > /tmp/deps.repos && break || echo "retry #${i} .." && sleep 60;
8282
done
8383
84-
- uses: ros-tooling/[email protected].1
84+
- uses: ros-tooling/[email protected].2
8585
with:
8686
target-ros2-distro: ${{ inputs.ros_distro }}
8787
ref: ${{ inputs.ref }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
"repo_file=" | Out-File -FilePath $Env:GITHUB_OUTPUT -Append
111111
}
112112
113-
- uses: ros-tooling/[email protected].1
113+
- uses: ros-tooling/[email protected].2
114114
# tests are disabled https://github.com/ros-tooling/action-ros-ci/pull/712#issuecomment-969495087
115115
env:
116116
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}

0 commit comments

Comments
 (0)