diff --git a/.github/workflows/build-test-cxx-cuda.yml b/.github/workflows/build-test-cxx-cuda.yml index 7c95f01..11c861b 100644 --- a/.github/workflows/build-test-cxx-cuda.yml +++ b/.github/workflows/build-test-cxx-cuda.yml @@ -3,7 +3,7 @@ name: 'Build, Test ITKCudaCommon with CUDA' on: [push,pull_request] env: - itk-git-tag: "v5.4.6" + itk-git-tag: "v5.4.7" itk-cmake-options: "-DITK_LEGACY_REMOVE:BOOL=ON -DITK_FUTURE_LEGACY_REMOVE:BOOL=ON" concurrency: diff --git a/.github/workflows/build-test-package-python-cuda.yml b/.github/workflows/build-test-package-python-cuda.yml index 7735eb5..487d2a9 100644 --- a/.github/workflows/build-test-package-python-cuda.yml +++ b/.github/workflows/build-test-package-python-cuda.yml @@ -3,7 +3,7 @@ name: 'Package ITKCudaCommon with CUDA' on: [push,pull_request] env: - itk-wheel-tag: 'v5.4.6' + itk-wheel-tag: 'v5.4.7' itk-python-package-tag: 'release-5.4' itk-python-package-org: 'InsightSoftwareConsortium'