Skip to content

Commit 0793941

Browse files
Bump jidicula/clang-format-action from 4.13.0 to 4.15.0 (#80)
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.13.0 to 4.15.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](jidicula/clang-format-action@v4.13.0...v4.15.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f16db42 commit 0793941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Run clang-format style check for C/C++/Protobuf programs.
24-
uses: jidicula/clang-format-action@v4.13.0
24+
uses: jidicula/clang-format-action@v4.15.0
2525
with:
2626
clang-format-version: '18'
2727
check-path: ${{ matrix.path }}

0 commit comments

Comments
 (0)