From 099a4882f89511161857ed103259b8bb488deee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:02:41 +0000 Subject: [PATCH] Bump jidicula/clang-format-action from 4.16.0 to 4.17.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.16.0 to 4.17.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.16.0...v4.17.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-version: 4.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cad0fd..134851e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Check formatting - uses: jidicula/clang-format-action@v4.16.0 + uses: jidicula/clang-format-action@v4.17.0 with: clang-format-version: 21 check-formatting-markdown: