diff --git a/.github/workflows/clang-format.yaml b/.github/workflows/clang-format.yaml index 739e78d..5185590 100644 --- a/.github/workflows/clang-format.yaml +++ b/.github/workflows/clang-format.yaml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.16.0 + uses: jidicula/clang-format-action@v4.17.0 with: clang-format-version: '21' fallback-style: 'Google' # optional