From 07972e529db8262efa06c498fe67ea5e7dae4560 Mon Sep 17 00:00:00 2001 From: Apostolos Georgiadis Date: Wed, 15 Nov 2023 13:15:48 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b855ab..ef66f35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Setup ROS environment - uses: ros-tooling/setup-ros@0.4.1 + uses: ros-tooling/setup-ros@v0.7 with: use-ros2-testing: true install-connext: false