From 8bb82f8068ba126f27b98a3f2783c3044ca8807a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:21:27 +0000 Subject: [PATCH] chore(deps): bump jidicula/clang-format-action from 4.14.0 to 4.15.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.14.0 to 4.15.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.14.0...v4.15.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/validate-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-cpp.yml b/.github/workflows/validate-cpp.yml index 618389bb..e9650461 100644 --- a/.github/workflows/validate-cpp.yml +++ b/.github/workflows/validate-cpp.yml @@ -33,7 +33,7 @@ jobs: rm -rf ios/*.framework rm -rf android/src/main/cpp/lib - name: Run clang-format style check - uses: jidicula/clang-format-action@v4.14.0 + uses: jidicula/clang-format-action@v4.15.0 with: clang-format-version: '16' check-path: ${{ matrix.path }}