Skip to content

Commit 01248b7

Browse files
thewtexhjmjohnson
authored andcommitted
COMP: Update branch fro ITKClangFormatLinterAction to main
Changed from master to main. Also update actions/checkout to v5.
1 parent f052bd7 commit 01248b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
14-
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
13+
- uses: actions/checkout@v5
14+
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main
1515
with:
1616
error-message: 'Code is inconsistent with ITK Coding Style. Add the *action:ApplyClangFormat* PR label to correct.'
1717
itk-branch: release-5.4

0 commit comments

Comments
 (0)