Skip to content

Commit 045f3c0

Browse files
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 a311874 commit 045f3c0

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
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: Run clang-format style check for C/C++
22-
uses: jidicula/clang-format-action@v4.15.0
22+
uses: jidicula/clang-format-action@v4.16.0
2323
with:
2424
clang-format-version: '17'
2525
check-path: 'src'

0 commit comments

Comments
 (0)