From fa359e10aaee1ec3100c9a46d7837f817e1c3560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Mart=C3=ADn=20Rico?= Date: Tue, 29 Oct 2024 06:41:29 +0100 Subject: [PATCH] Upgrade CI versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Francisco Martín Rico --- .github/workflows/rolling.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rolling.yaml b/.github/workflows/rolling.yaml index aab2716..2e99632 100644 --- a/.github/workflows/rolling.yaml +++ b/.github/workflows/rolling.yaml @@ -19,13 +19,13 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup ROS 2 - uses: ros-tooling/setup-ros@0.7.1 + uses: ros-tooling/setup-ros@0.7.9 with: required-ros-distributions: rolling - name: Install deps for testing run: sudo apt-get install ros-rolling-vision-msgs - name: build and test - uses: ros-tooling/action-ros-ci@0.3.6 + uses: ros-tooling/action-ros-ci@0.3.15 with: package-name: cs4home_core target-ros2-distro: rolling