From 01a8ec1b9373a90aa5fbdb9478f855ff8c0f7107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 16:04:51 +0000 Subject: [PATCH] Bump ros-tooling/action-ros-ci from 0.1.2 to 0.2.0 Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.1.2 to 0.2.0. - [Release notes](https://github.com/ros-tooling/action-ros-ci/releases) - [Commits](https://github.com/ros-tooling/action-ros-ci/compare/0.1.2...79f246aebae8106ed9fa6a958ad8ae4dc930f0b3) Signed-off-by: dependabot[bot] --- .github/workflows/build_and_test.yml | 2 +- .github/workflows/build_and_test_release_latest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 0b6f552..637bb76 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -41,7 +41,7 @@ jobs: - name: Checkout source uses: actions/checkout@v2 - name: Run action-ros-ci to build and test - uses: ros-tooling/action-ros-ci@0.1.2 + uses: ros-tooling/action-ros-ci@0.2.0 with: target-ros1-distro: ${{ env.ROS_VERSION == '1' && matrix.ros_distro || '' }} target-ros2-distro: ${{ env.ROS_VERSION == '2' && matrix.ros_distro || '' }} diff --git a/.github/workflows/build_and_test_release_latest.yml b/.github/workflows/build_and_test_release_latest.yml index f22d498..3c3d983 100644 --- a/.github/workflows/build_and_test_release_latest.yml +++ b/.github/workflows/build_and_test_release_latest.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout source uses: actions/checkout@v2 - name: Run action-ros-ci to build and test - uses: ros-tooling/action-ros-ci@0.1.2 + uses: ros-tooling/action-ros-ci@0.2.0 with: target-ros1-distro: ${{ env.ROS_VERSION == '1' && matrix.ros_distro || '' }} target-ros2-distro: ${{ env.ROS_VERSION == '2' && matrix.ros_distro || '' }}