Skip to content

Commit 971ff39

Browse files
Bump ros-tooling/action-ros-ci from 0.3.3 to 0.3.4 (ros-controls#1148)
1 parent bd6911d commit 971ff39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
required-ros-distributions: ${{ env.ROS_DISTRO }}
2525
- uses: actions/checkout@v4
26-
- uses: ros-tooling/[email protected].3
26+
- uses: ros-tooling/[email protected].4
2727
with:
2828
target-ros2-distro: ${{ env.ROS_DISTRO }}
2929
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
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
with:
3434
ref: ${{ inputs.ref }}
35-
- uses: ros-tooling/[email protected].3
35+
- uses: ros-tooling/[email protected].4
3636
with:
3737
target-ros2-distro: ${{ inputs.ros_distro }}
3838
# build all packages listed in the meta package

0 commit comments

Comments
 (0)