From 9350ac3d3bd517d9b106cb048abbab2e7a65a3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 12:03:21 +0000 Subject: [PATCH] COMP: Bump InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction Bumps [InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction](https://github.com/InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction) from e885a99c2e34497c4c5c0c1428a269fb0aae7902 to 85252b549b1e44aa7198fbea470f75732d092c8b. - [Release notes](https://github.com/InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/releases) - [Commits](https://github.com/InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/compare/e885a99c2e34497c4c5c0c1428a269fb0aae7902...85252b549b1e44aa7198fbea470f75732d092c8b) --- 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..49c2f50 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@85252b549b1e44aa7198fbea470f75732d092c8b 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@85252b549b1e44aa7198fbea470f75732d092c8b secrets: pypi_password: ${{ secrets.pypi_password }}