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