Skip to content

Commit 4080648

Browse files
committed
Update CI
Signed-off-by: Francisco Martín Rico <[email protected]>
1 parent 26aa4f4 commit 4080648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rolling.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
run: sudo apt-get install libfl-dev
2222
- uses: actions/checkout@v2
2323
- name: Setup ROS 2
24-
uses: ros-tooling/[email protected].9
24+
uses: ros-tooling/[email protected].13
2525
with:
2626
required-ros-distributions: rolling
2727
- name: build and test
28-
uses: ros-tooling/action-ros-ci@0.3.15
28+
uses: ros-tooling/action-ros-ci@0.4.3
2929
with:
3030
package-name: br2_basics br2_bt_bumpgo br2_bt_patrolling br2_fsm_bumpgo_cpp br2_fsm_bumpgo_py br2_navigation br2_tf2_detector br2_tiago br2_tracking br2_tracking_msgs br2_vff_avoidance
3131
target-ros2-distro: rolling
@@ -35,4 +35,4 @@ jobs:
3535
"test": {
3636
"parallel-workers" : 1
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)