diff --git a/.github/workflows/build-clang-format.yml b/.github/workflows/build-clang-format.yml index e501975e..1a65036e 100644 --- a/.github/workflows/build-clang-format.yml +++ b/.github/workflows/build-clang-format.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check - uses: jidicula/clang-format-action@v4.11.0 + uses: jidicula/clang-format-action@v4.12.0 with: clang-format-version: '11' check-path: ${{ matrix.path['check'] }}