We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e3af9 commit 1721418Copy full SHA for 1721418
1 file changed
.github/workflows/clang-format-linter.yml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
12
- - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
+ - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main
13
+ with:
14
+ itk-branch: main
0 commit comments