From deee7b284dcd427efaa23b77d627cd80d5b22b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:12:14 +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/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 72efdd0cc..49a57b828 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Run clang-format style check for C/C++ - uses: jidicula/clang-format-action@v4.16.0 + uses: jidicula/clang-format-action@v4.17.0 with: clang-format-version: '17' check-path: 'src'