Skip to content

Commit

Permalink
ENH: Update linter checkout action to v3
Browse files Browse the repository at this point in the history
Update linter checkout action to v3.
  • Loading branch information
jhlegarreta committed Dec 28, 2022
1 parent 15b32c5 commit 7779c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-linter.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master

0 comments on commit 7779c09

Please sign in to comment.