Browse Source

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/jidicula/clang-format-action-4.17.0
dependabot[bot] 16 hours ago committed by GitHub
parent
commit
c7e3d71037
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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.16.0
uses: jidicula/clang-format-action@v4.17.0
with:
clang-format-version: '18'
check-path: 'Source'
- name: Formatting Check (test)
uses: jidicula/clang-format-action@v4.16.0
uses: jidicula/clang-format-action@v4.17.0
with:
clang-format-version: '18'
check-path: 'test'

Loading…
Cancel
Save