We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f8440b + af317fb commit 241f3edCopy full SHA for 241f3ed
1 file changed
.github/workflows/clang-format-linter.yml
@@ -7,7 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v1
11
- with:
12
- fetch-depth: 1
+ - uses: actions/checkout@v5
+
13
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main
+ with:
14
+ itk-branch: main
0 commit comments