From 3827ad4fb17bef2ff92c7031f2eab766b01815e5 Mon Sep 17 00:00:00 2001 From: James Butler Date: Sun, 6 Jul 2025 21:38:05 -0400 Subject: [PATCH] CI: Update ITK version to 5.4.4 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/nightly.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 568bdd5f3..b54303f44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: build_type: [Release] arch: [x64] with: - itk-hash: 898def645183e6a2d3293058ade451ec416c4514 # v5.4.2 + itk-hash: f98d5fac5e1d5ef694f3010f12bbbc2c792994c6 # v5.4.4 os: ${{ matrix.os }} arch: ${{ matrix.arch }} build-type: ${{ matrix.build_type }} @@ -81,7 +81,7 @@ jobs: build_type: [Release] arch: [x64] with: - itk-hash: 898def645183e6a2d3293058ade451ec416c4514 # v5.4.2 + itk-hash: f98d5fac5e1d5ef694f3010f12bbbc2c792994c6 # v5.4.4 os: ${{ matrix.os }} arch: ${{ matrix.arch }} build-type: ${{ matrix.build_type }} @@ -98,7 +98,7 @@ jobs: build_type: [Release] arch: [Win32] with: - itk-hash: 898def645183e6a2d3293058ade451ec416c4514 # v5.4.2 + itk-hash: f98d5fac5e1d5ef694f3010f12bbbc2c792994c6 # v5.4.4 os: ${{ matrix.os }} arch: ${{ matrix.arch }} build-type: ${{ matrix.build_type }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 57315e1b9..38b36dd9a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -47,7 +47,7 @@ jobs: build_type: [Release] arch: [x64] with: - itk-hash: 898def645183e6a2d3293058ade451ec416c4514 # v5.4.2 + itk-hash: f98d5fac5e1d5ef694f3010f12bbbc2c792994c6 # v5.4.4 os: ${{ matrix.os }} arch: ${{ matrix.arch }} build-type: ${{ matrix.build_type }} @@ -61,7 +61,7 @@ jobs: build_type: [Release] arch: [Win32] with: - itk-hash: 898def645183e6a2d3293058ade451ec416c4514 # v5.4.2 + itk-hash: f98d5fac5e1d5ef694f3010f12bbbc2c792994c6 # v5.4.4 os: ${{ matrix.os }} arch: ${{ matrix.arch }} build-type: ${{ matrix.build_type }}