From bb48989e2eb7df5206428e33e365fc48fd26d09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:53:30 +0000 Subject: [PATCH] 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](https://github.com/jidicula/clang-format-action/compare/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] --- .github/workflows/clang_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml index 097b0104..dfb3eb41 100644 --- a/.github/workflows/clang_format.yml +++ b/.github/workflows/clang_format.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Run clang-format style check - uses: jidicula/clang-format-action@v4.17.0 + uses: jidicula/clang-format-action@v4.18.0 with: clang-format-version: "19" check-path: ${{ matrix.path }}