Skip to content

Commit c16f9c4

Browse files
Bump jidicula/clang-format-action from 4.17.0 to 4.18.0 (#822)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3788d4c commit c16f9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v6
1313
- name: Run clang-format style check for C/C++
14-
uses: jidicula/clang-format-action@v4.17.0
14+
uses: jidicula/clang-format-action@v4.18.0
1515
with:
1616
clang-format-version: '17'
1717
check-path: 'src'

0 commit comments

Comments
 (0)