From 5a98a6af902fccc69d263443a37f24413998be41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 07:38:25 +0000 Subject: [PATCH] chore(deps): bump PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml Bumps [PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml](https://github.com/picknikrobotics/moveit_pro_ci) from 0.0.9 to 0.1.0. - [Release notes](https://github.com/picknikrobotics/moveit_pro_ci/releases) - [Commits](https://github.com/picknikrobotics/moveit_pro_ci/compare/81223807e77a3ebfebcf2254ac830cfb4cc67a70...b666e63e54f685cd44a058b402f9cf0c1737de96) --- updated-dependencies: - dependency-name: PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml dependency-version: 0.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ceccb047..f27d87d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ on: jobs: integration-test-in-studio-container: - uses: PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml@81223807e77a3ebfebcf2254ac830cfb4cc67a70 # v0.0.9 + uses: PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml@b666e63e54f685cd44a058b402f9cf0c1737de96 # v0.1.0 with: image_tag: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }} colcon_test_args: "--executor sequential"