Skip to content

Commit 4692ae4

Browse files
committed
Merge branch 'v5.4.3'
2 parents f664f77 + fed6f13 commit 4692ae4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-test-cxx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
description: 'Git version tag or commit hash for the base ITK build'
2424
required: false
2525
type: string
26-
default: 'v5.4.2'
26+
default: 'v5.4.3'
2727
itk-module-deps:
2828
description: 'Colon-delimited list of ITK remote module dependencies to build. Format as module_name@tag:...'
2929
# example: MeshToPolyData@3ad8f08:BSplineGradient@0.3.0

.github/workflows/build-test-package-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ on:
1313
description: 'Github release version tag for the ITKPythonBuilds build archive to use'
1414
required: false
1515
type: string
16-
default: 'v5.4.2.post1'
16+
default: 'v5.4.3'
1717
itk-python-package-tag:
1818
# See https://github.com/InsightSoftwareConsortium/ITKPythonPackage
1919
description: 'Git tag or commit hash for ITKPythonPackage build scripts to use'
2020
required: false
2121
type: string
22-
# v5.4.2.post1 + linux libtbb fix
23-
default: '9534d2d6ad5e741825d9708e68bda76464fab08b'
22+
# v5.4.3
23+
default: 'v5.4.3'
2424
itk-python-package-org:
2525
description: 'Github organization name for fetching ITKPythonPackage build scripts'
2626
required: false

0 commit comments

Comments
 (0)