Skip to content

Commit 42914f7

Browse files
dependabot[bot]AJenbo
authored andcommitted
Bump jidicula/clang-format-action from 4.17.0 to 4.18.0
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](jidicula/clang-format-action@v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-version: 4.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e152af commit 42914f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.17.0
30+
uses: jidicula/clang-format-action@v4.18.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.17.0
36+
uses: jidicula/clang-format-action@v4.18.0
3737
with:
3838
clang-format-version: '18'
3939
check-path: 'test'

0 commit comments

Comments
 (0)