Skip to content

Commit

Permalink
Bump DoozyX/clang-format-lint-action from 0.17 to 0.18 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent ed78ed0 commit 623ebd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/formatapply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
steps:
- uses: actions/checkout@v4
# apply the formatting twice as a workaround for a clang-format bug
- uses: DoozyX/clang-format-lint-action@v0.17
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: './src'
clangFormatVersion: 17
clangFormatVersion: 18
style: file
inplace: True
- uses: DoozyX/clang-format-lint-action@v0.17
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: './src'
clangFormatVersion: 17
clangFormatVersion: 18
style: file
inplace: True
- name: Commit Formatting
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/formatcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.17
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: './src'
clangFormatVersion: 17
clangFormatVersion: 18
style: file

0 comments on commit 623ebd9

Please sign in to comment.