Browse Source

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

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

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

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

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

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

Loading…
Cancel
Save