diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 60e6fb9..0aa2e4c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.15.0 + uses: jidicula/clang-format-action@v4.16.0 with: clang-format-version: '17' check-path: ${{ matrix.path }}