diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml index 097b0104..dfb3eb41 100644 --- a/.github/workflows/clang_format.yml +++ b/.github/workflows/clang_format.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Run clang-format style check - uses: jidicula/clang-format-action@v4.17.0 + uses: jidicula/clang-format-action@v4.18.0 with: clang-format-version: "19" check-path: ${{ matrix.path }}