Skip to content

Commit 1721418

Browse files
committed
STYLE: Update clang-format linter to @main with checkout@v5
1 parent b8e3af9 commit 1721418

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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
13+
with:
14+
itk-branch: main

0 commit comments

Comments
 (0)