Browse Source

Bump jidicula/clang-format-action from 4.15.0 to 4.16.0

Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/jidicula/clang-format-action/releases)
- [Commits](https://github.com/jidicula/clang-format-action/compare/v4.15.0...v4.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/8262/head
dependabot[bot] 4 months ago committed by Anders Jenbo
parent
commit
b29716711b
  1. 4
      .github/workflows/clang-format-check.yml

4
.github/workflows/clang-format-check.yml

@ -27,13 +27,13 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Formatting Check (Source) - name: Formatting Check (Source)
uses: jidicula/clang-format-action@v4.15.0 uses: jidicula/clang-format-action@v4.16.0
with: with:
clang-format-version: '18' clang-format-version: '18'
check-path: 'Source' check-path: 'Source'
- name: Formatting Check (test) - name: Formatting Check (test)
uses: jidicula/clang-format-action@v4.15.0 uses: jidicula/clang-format-action@v4.16.0
with: with:
clang-format-version: '18' clang-format-version: '18'
check-path: 'test' check-path: 'test'

Loading…
Cancel
Save