Skip to content

Commit 6af1f3d

Browse files
dependabot[bot]james-d-mitchell
authored andcommitted
build(deps): 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 48c553c commit 6af1f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
1919
- name: "Run clang-format style checks on src/*.[hc]pp . . ."
20-
uses: jidicula/clang-format-action@v4.17.0
20+
uses: jidicula/clang-format-action@v4.18.0
2121
with:
2222
clang-format-version: "15"
2323
exclude-regex: 'src\/_pkgconfig.h*'

0 commit comments

Comments
 (0)