diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 1baa5557..4dfb05bc 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -8,13 +8,13 @@ concurrency: jobs: cxx-build-workflow: - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.5 + uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.6 with: itk-module-deps: RTK@main itk-cmake-options: '-DRTK_BUILD_APPLICATIONS:BOOL=OFF' python-build-workflow: - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.5 + uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6 with: # Disable RTK_BUILD_APPLICATIONS to reduce compilation time cmake-options: '-DRTK_BUILD_APPLICATIONS:BOOL=OFF'