Skip to content

Commit b297167

Browse files
dependabot[bot]AJenbo
authored andcommitted
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](jidicula/clang-format-action@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>
1 parent 187bdba commit b297167

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Formatting Check (Source)
30-
uses: jidicula/clang-format-action@v4.15.0
30+
uses: jidicula/clang-format-action@v4.16.0
3131
with:
3232
clang-format-version: '18'
3333
check-path: 'Source'
3434

3535
- name: Formatting Check (test)
36-
uses: jidicula/clang-format-action@v4.15.0
36+
uses: jidicula/clang-format-action@v4.16.0
3737
with:
3838
clang-format-version: '18'
3939
check-path: 'test'

0 commit comments

Comments
 (0)