Skip to content

Commit 36db6e3

Browse files
chore(deps): bump jidicula/clang-format-action from 4.13.0 to 4.15.0
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.13.0 to 4.15.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](jidicula/clang-format-action@v4.13.0...v4.15.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 46f58cb commit 36db6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: bun install
4444

4545
- name: Run clang-format style check
46-
uses: jidicula/clang-format-action@v4.13.0
46+
uses: jidicula/clang-format-action@v4.15.0
4747
with:
4848
clang-format-version: "18"
4949
check-path: ${{ matrix.path }}

0 commit comments

Comments
 (0)