From d71425e8b13c1d217672765362688e1c5e654eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:46:32 +0000 Subject: [PATCH] Build(deps): Bump jidicula/clang-format-action from 4.16.0 to 4.18.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.16.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.16.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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47db15b..bec4f8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v6 - name: Verify Formatting - uses: jidicula/clang-format-action@v4.16.0 + uses: jidicula/clang-format-action@v4.18.0 with: clang-format-version: "21"