From 7c375e2dd6d5f5ffcaba9a6b483181ed122a79fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:34:41 +0000 Subject: [PATCH] COMP: Bump InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction Bumps [InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction](https://github.com/insightsoftwareconsortium/itkremotemodulebuildtestpackageaction) from e885a99c2e34497c4c5c0c1428a269fb0aae7902 to 1dd17de5c3afe31f30f6f4d4b6a02a28dedfcacb. - [Release notes](https://github.com/insightsoftwareconsortium/itkremotemodulebuildtestpackageaction/releases) - [Commits](https://github.com/insightsoftwareconsortium/itkremotemodulebuildtestpackageaction/compare/e885a99c2e34497c4c5c0c1428a269fb0aae7902...1dd17de5c3afe31f30f6f4d4b6a02a28dedfcacb) --- updated-dependencies: - dependency-name: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction dependency-version: 1dd17de5c3afe31f30f6f4d4b6a02a28dedfcacb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index e7408dd..6679a22 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -12,11 +12,11 @@ on: jobs: cxx-build-workflow: - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e885a99c2e34497c4c5c0c1428a269fb0aae7902 + uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@1dd17de5c3afe31f30f6f4d4b6a02a28dedfcacb with: warnings-to-ignore: "\"libcleaver.a.*has no symbols\" \"libitkcleaver.*has no symbols\"" python-build-workflow: - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e885a99c2e34497c4c5c0c1428a269fb0aae7902 + uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@1dd17de5c3afe31f30f6f4d4b6a02a28dedfcacb secrets: pypi_password: ${{ secrets.pypi_password }}