diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1fa7144d..1bf60918b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.11.0 + uses: jidicula/clang-format-action@v4.15.0 with: clang-format-version: '13' check-path: ${{ matrix.path }}