Skip to content

Commit 74acd42

Browse files
authored
Bump setup-ros (#424)
Signed-off-by: Antón Casas <[email protected]>
1 parent da713ce commit 74acd42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
container:
2424
image: ${{ matrix.docker_image }}
2525
steps:
26-
- uses: actions/checkout@v3
27-
- uses: ros-tooling/[email protected].9
26+
- uses: actions/checkout@v4
27+
- uses: ros-tooling/[email protected].13
2828
with:
2929
use-ros2-testing: true
3030
required-ros-distributions: ${{ matrix.ros_distribution }}
@@ -35,7 +35,7 @@ jobs:
3535
apt-get install ros-${{ matrix.ros_distribution }}-rclcpp-action
3636
apt-get install ros-${{ matrix.ros_distribution }}-mimick-vendor
3737
apt-get -y install ros-${{ matrix.ros_distribution }}-performance-test-fixture
38-
- uses : ros-tooling/action-ros-ci@0.3.13
38+
- uses : ros-tooling/action-ros-ci@0.4.3
3939
with:
4040
package-name: "rclc rclc_examples rclc_lifecycle rclc_parameter"
4141
target-ros2-distro: ${{ matrix.ros_distribution }}

0 commit comments

Comments
 (0)