Skip to content

Commit 406ce63

Browse files
Bump ros-tooling/action-ros-ci from 0.4.3 to 0.4.4 (#363)
Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/ros-tooling/action-ros-ci/releases) - [Commits](ros-tooling/action-ros-ci@0.4.3...0.4.4) --- updated-dependencies: - dependency-name: ros-tooling/action-ros-ci dependency-version: 0.4.4 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 dc1e206 commit 406ce63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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].3
87+
- uses: ros-tooling/[email protected].4
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].3
79+
- uses: ros-tooling/[email protected].4
8080
with:
8181
target-ros2-distro: ${{ inputs.ros_distro }}
8282
ref: ${{ inputs.ref }}

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

Lines changed: 1 addition & 1 deletion
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].3
113+
- uses: ros-tooling/[email protected].4
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)