diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml index 6aeb7fdf2..c71f9b3a9 100644 --- a/.github/workflows/clang_format.yml +++ b/.github/workflows/clang_format.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Run clang-format style check - uses: jidicula/clang-format-action@v4.15.0 + uses: jidicula/clang-format-action@v4.16.0 with: clang-format-version: "19" check-path: ${{ matrix.path }}