From bf83331409d48fa8c1d4e931f75da50ef44f9cbb Mon Sep 17 00:00:00 2001 From: Agustin Alba Chicar Date: Mon, 31 May 2021 13:59:19 -0300 Subject: [PATCH] Upgrade ros-tooling to v0.2.1 (#45) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b6ca04..945d4fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: image: ubuntu:18.04 steps: # setup-ros first since it installs git, which is needed to fetch all branches from actions/checkout - - uses: ros-tooling/setup-ros@0.1.2 + - uses: ros-tooling/setup-ros@0.2.1 # install git from ppa since git 2.18+ is needed to fetch all branches from actions/checkout # this step can be removed on 20.04 - name: install git from ppa