From 7ded4d5b959f5bc0dbd2ad27e22b4e98bc9ec0d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 18:01:43 +0000 Subject: [PATCH] build(deps): bump jidicula/clang-format-action from 4.14.0 to 4.18.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.14.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.14.0...v4.18.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main-ci.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 788baf80..d5b36b1e 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -51,6 +51,6 @@ jobs: - uses: actions/checkout@v4 - name: clang-format - uses: jidicula/clang-format-action@v4.14.0 + uses: jidicula/clang-format-action@v4.18.0 with: clang-format-version: '15' diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b2143163..c206ea96 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v4 - name: clang-format - uses: jidicula/clang-format-action@v4.14.0 + uses: jidicula/clang-format-action@v4.18.0 with: clang-format-version: '15'