Skip to content

Commit 7c92525

Browse files
authored
CI: bump ros-tooling/action-ros-ci for Iron (#31)
- gets update for Iron - gets arg for banch to pull on scheduled jobs Signed-off-by: Alexander Moriarty <[email protected]>
1 parent 9068b75 commit 7c92525

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
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
required-ros-distributions: ${{ env.ROS_DISTRO }}
2222
- uses: actions/checkout@v3
23-
- uses: ros-tooling/action-ros-ci@0.2.6
23+
- uses: ros-tooling/action-ros-ci@0.3.2
2424
with:
2525
target-ros2-distro: ${{ env.ROS_DISTRO }}
2626
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@v3
3333
with:
3434
ref: ${{ inputs.ref }}
35-
- uses: ros-tooling/action-ros-ci@0.2.6
35+
- uses: ros-tooling/action-ros-ci@0.3.2
3636
with:
3737
target-ros2-distro: ${{ inputs.ros_distro }}
3838
# build all packages listed in the meta package

0 commit comments

Comments
 (0)