From 86c5e1b77372c27729f0b2f94d5f0b0d2f896636 Mon Sep 17 00:00:00 2001 From: "Hans J. Johnson" Date: Mon, 10 Nov 2025 13:47:00 -0600 Subject: [PATCH] STYLE: Update clang-format to match ITK 2025-11-10 --- .github/workflows/clang-format-linter.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clang-format-linter.yml b/.github/workflows/clang-format-linter.yml index ceabc83..7d1df4f 100644 --- a/.github/workflows/clang-format-linter.yml +++ b/.github/workflows/clang-format-linter.yml @@ -7,7 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - with: - fetch-depth: 1 + - uses: actions/checkout@v5 + - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main + with: + itk-branch: main