Skip to content

Commit

Permalink
ENH: Update GitHub CI checkout action to v3
Browse files Browse the repository at this point in the history
Update GitHub `actions/checkout` to v3 for linting
  • Loading branch information
tbirdso committed Aug 28, 2023
1 parent fc53574 commit cca4489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply-clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: InsightSoftwareConsortium/ITKApplyClangFormatAction@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
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 cca4489

Please sign in to comment.