Skip to content

Commit cd278ff

Browse files
committed
COMP: Update clang format linter to main branch
master moved to main.
1 parent 1cfe5f0 commit cd278ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/clang-format-linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111

12-
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
12+
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main
1313
with:
14-
itk-branch: master
14+
itk-branch: main

0 commit comments

Comments
 (0)