Skip to content

Commit c922565

Browse files
dependabot[bot]james-d-mitchell
authored andcommitted
build(deps): bump jidicula/clang-format-action from 4.11.0 to 4.13.0
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.11.0 to 4.13.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](jidicula/clang-format-action@v4.11.0...v4.13.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48ff28a commit c922565

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
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: "Run clang-format style checks on src/*.[hc]pp . . ."
20-
uses: jidicula/clang-format-action@v4.11.0
20+
uses: jidicula/clang-format-action@v4.13.0
2121
with:
2222
clang-format-version: '15'
2323
exclude-regex: 'src\/_pkgconfig.h*'

0 commit comments

Comments
 (0)