Skip to content

Commit ee21df9

Browse files
committed
CI: Update ITK version to 5.4.4
1 parent 5b1c36d commit ee21df9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
build_type: [Release]
6868
arch: [x64]
6969
with:
70-
itk-hash: 898def645183e6a2d3293058ade451ec416c4514 # v5.4.2
70+
itk-hash: f98d5fac5e1d5ef694f3010f12bbbc2c792994c6 # v5.4.4
7171
os: ${{ matrix.os }}
7272
arch: ${{ matrix.arch }}
7373
build-type: ${{ matrix.build_type }}
@@ -81,7 +81,7 @@ jobs:
8181
build_type: [Release]
8282
arch: [x64]
8383
with:
84-
itk-hash: 898def645183e6a2d3293058ade451ec416c4514 # v5.4.2
84+
itk-hash: f98d5fac5e1d5ef694f3010f12bbbc2c792994c6 # v5.4.4
8585
os: ${{ matrix.os }}
8686
arch: ${{ matrix.arch }}
8787
build-type: ${{ matrix.build_type }}
@@ -98,7 +98,7 @@ jobs:
9898
build_type: [Release]
9999
arch: [Win32]
100100
with:
101-
itk-hash: 898def645183e6a2d3293058ade451ec416c4514 # v5.4.2
101+
itk-hash: f98d5fac5e1d5ef694f3010f12bbbc2c792994c6 # v5.4.4
102102
os: ${{ matrix.os }}
103103
arch: ${{ matrix.arch }}
104104
build-type: ${{ matrix.build_type }}

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
build_type: [Release]
4848
arch: [x64]
4949
with:
50-
itk-hash: 898def645183e6a2d3293058ade451ec416c4514 # v5.4.2
50+
itk-hash: f98d5fac5e1d5ef694f3010f12bbbc2c792994c6 # v5.4.4
5151
os: ${{ matrix.os }}
5252
arch: ${{ matrix.arch }}
5353
build-type: ${{ matrix.build_type }}
@@ -61,7 +61,7 @@ jobs:
6161
build_type: [Release]
6262
arch: [Win32]
6363
with:
64-
itk-hash: 898def645183e6a2d3293058ade451ec416c4514 # v5.4.2
64+
itk-hash: f98d5fac5e1d5ef694f3010f12bbbc2c792994c6 # v5.4.4
6565
os: ${{ matrix.os }}
6666
arch: ${{ matrix.arch }}
6767
build-type: ${{ matrix.build_type }}

0 commit comments

Comments
 (0)