From 73178c539839e0d1bf505ea3222a4d5c5c115bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 18:21:25 +0000 Subject: [PATCH] COMP: Bump InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction Bumps [InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction](https://github.com/insightsoftwareconsortium/itkremotemodulebuildtestpackageaction) from e885a99c2e34497c4c5c0c1428a269fb0aae7902 to edd0a4350396f533e9ec3755ed6c5af5ddfedb97. - [Release notes](https://github.com/insightsoftwareconsortium/itkremotemodulebuildtestpackageaction/releases) - [Commits](https://github.com/insightsoftwareconsortium/itkremotemodulebuildtestpackageaction/compare/e885a99c2e34497c4c5c0c1428a269fb0aae7902...edd0a4350396f533e9ec3755ed6c5af5ddfedb97) --- updated-dependencies: - dependency-name: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction 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..a4a7c7e 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@edd0a4350396f533e9ec3755ed6c5af5ddfedb97 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@edd0a4350396f533e9ec3755ed6c5af5ddfedb97 secrets: pypi_password: ${{ secrets.pypi_password }}