Skip to content

Commit 228ccfb

Browse files
Bump jidicula/clang-format-action from 4.12.0 to 4.13.0
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](jidicula/clang-format-action@v4.12.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 2a21809 commit 228ccfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-format-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Run clang-format style check for C/C++ programs.
15-
uses: jidicula/clang-format-action@v4.12.0
15+
uses: jidicula/clang-format-action@v4.13.0
1616
with:
1717
check-path: ${{ matrix.path }}

0 commit comments

Comments
 (0)