Skip to content

Commit

Permalink
Bump DoozyX/clang-format-lint-action from 0.15 to 0.16 (#72)
Browse files Browse the repository at this point in the history
* Bump DoozyX/clang-format-lint-action from 0.15 to 0.16

Bumps [DoozyX/clang-format-lint-action](https://github.com/DoozyX/clang-format-lint-action) from 0.15 to 0.16.
- [Release notes](https://github.com/DoozyX/clang-format-lint-action/releases)
- [Commits](DoozyX/clang-format-lint-action@v0.15...v0.16)

---
updated-dependencies:
- dependency-name: DoozyX/clang-format-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* update clang format as well

* action bugfix release

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Szeptuch <[email protected]>
  • Loading branch information
dependabot[bot] and Neverous authored May 7, 2023
1 parent bbf83e5 commit 00c2b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.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@v3
- uses: DoozyX/clang-format-lint-action@v0.15
- uses: DoozyX/clang-format-lint-action@v0.16.1
with:
source: 'src include'
clangFormatVersion: 15
clangFormatVersion: 16

0 comments on commit 00c2b69

Please sign in to comment.