From 0571ce4b753aa6600a0239d5b29c691403d039ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 07:40:43 +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.2.1 to 0.3.1. - [Release notes](https://github.com/picknikrobotics/moveit_pro_ci/releases) - [Commits](https://github.com/picknikrobotics/moveit_pro_ci/compare/13d4cdf34697226ac67e34d93dda8b94fa477336...d490a1dfe91758dd1da3277fbd47b5b1efe5e0c3) --- updated-dependencies: - dependency-name: PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml dependency-version: 0.3.1 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 45d2cddeb..c370943ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ concurrency: jobs: integration-test-in-studio-container: - uses: PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml@13d4cdf34697226ac67e34d93dda8b94fa477336 # v0.2.1 + uses: PickNikRobotics/moveit_pro_ci/.github/workflows/workspace_integration_test.yaml@d490a1dfe91758dd1da3277fbd47b5b1efe5e0c3 # v0.3.1 with: image_tag: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.ref_name }} colcon_test_args: "--executor sequential"