Skip to content

Commit

Permalink
Merge pull request #761 from HDFGroup/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b-actions-b71f9f6455

Bump DoozyX/clang-format-lint-action from 0.17 to 0.18 in the github-actions group
  • Loading branch information
byrnHDF authored Sep 3, 2024
2 parents 53a6f0f + ee73cac commit fb21361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.7
- name: Run clang-format style check for C and Java code
uses: DoozyX/clang-format-lint-action@v0.17
uses: DoozyX/clang-format-lint-action@v0.18
with:
source: '.'
extensions: 'c,h,cpp,hpp,java'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Fix C and Java formatting issues detected by clang-format
uses: DoozyX/clang-format-lint-action@d3c7f85989e3b6416265a0d12f8b4a8aa8b0c4ff # v0.13
uses: DoozyX/clang-format-lint-action@caa179272c6ee7f1d25dfb503ee0c410c26ebd98 # v0.13
with:
source: '.'
extensions: 'c,h,cpp,hpp,java'
Expand Down

0 comments on commit fb21361

Please sign in to comment.