Browse Source

Bump jidicula/clang-format-action from 4.3.1 to 4.11.0

Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.3.1 to 4.11.0.
- [Release notes](https://github.com/jidicula/clang-format-action/releases)
- [Commits](https://github.com/jidicula/clang-format-action/compare/v4.3.1...v4.11.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/6035/head
dependabot[bot] 3 years ago committed by Anders Jenbo
parent
commit
75ee37f3a5
  1. 4
      .github/workflows/clang-format-check.yml

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

@ -25,14 +25,14 @@ jobs:
fetch-depth: 0
- name: Formatting Check (Source)
uses: jidicula/clang-format-action@v4.3.1
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '13'
check-path: 'Source'
fallback-style: 'webkit'
- name: Formatting Check (test)
uses: jidicula/clang-format-action@v4.3.1
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '13'
check-path: 'test'

Loading…
Cancel
Save