Skip to content

Commit d524c10

Browse files
build(deps): bump DoozyX/clang-format-lint-action from 0.18 to 0.20
Bumps [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) from 0.18 to 0.20. - [Release notes](https://github.com/doozyx/clang-format-lint-action/releases) - [Commits](DoozyX/clang-format-lint-action@v0.18...v0.20) --- updated-dependencies: - dependency-name: DoozyX/clang-format-lint-action dependency-version: '0.20' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64c3862 commit d524c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: C++ - Clang format lint
7979
if: always() && steps.cpp_files.outputs.found_files
80-
uses: DoozyX/clang-format-lint-action@v0.18
80+
uses: DoozyX/clang-format-lint-action@v0.20
8181
with:
8282
source: ${{ steps.cpp_files.outputs.found_files }}
8383
extensions: 'c,cpp,h,hpp,m,mm'

0 commit comments

Comments
 (0)