From 5505d69a3757b837b9bfba20a76fc7dbee8657d8 Mon Sep 17 00:00:00 2001 From: Dan Rose Date: Tue, 7 Apr 2020 00:37:38 -0500 Subject: [PATCH] Bump CI actions versions (#136) * Includes necessary fix to using rosdep --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 486959c..675dcf4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,9 +20,9 @@ jobs: # azure ubuntu repo can be flaky so add an alternate source run: sed -e 's/azure.archive.ubuntu.com/us.archive.ubuntu.com/g' -e t -e d /etc/apt/sources.list | sudo tee /etc/apt/sources.list.d/nonazure.list - name: Acquire ROS dependencies - uses: ros-tooling/setup-ros@0.0.15 + uses: ros-tooling/setup-ros@0.0.17 - name: Build and test ROS - uses: ros-tooling/action-ros-ci@0.0.14 + uses: ros-tooling/action-ros-ci@0.0.15 with: package-name: rmw_cyclonedds_cpp vcs-repo-file-url: https://raw.githubusercontent.com/ros2/ros2/${{ matrix.rosdistro }}/ros2.repos