From 629521279d9657d72b3928c688cfd4b0bbb813b2 Mon Sep 17 00:00:00 2001 From: Florian Vahl Date: Fri, 27 Oct 2023 14:18:37 +0200 Subject: [PATCH] Bump ros setup action version --- .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 99562ce4b..100bb2cac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Set up ROS ecosystem - uses: ros-tooling/setup-ros@v0.3 + uses: ros-tooling/setup-ros@v0.7 - name: Check out repository uses: actions/checkout@v3 - name: Configure git to trust repository