From 5beae256ba30cad9adf00d2404683f7d26827ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 16:15:25 +0000 Subject: [PATCH] Bump jidicula/clang-format-action Bumps the github-actions group with 1 update in the / directory: [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0dd3b46c8..def0c91ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -122,7 +122,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: run clang-format - uses: jidicula/clang-format-action@v4.14.0 + uses: jidicula/clang-format-action@v4.15.0 with: clang-format-version: "19" check-path: ${{ matrix.path }}