diff --git a/.github/workflows/build-clang-format.yml b/.github/workflows/build-clang-format.yml index 8b6993b48..856e9ba8d 100644 --- a/.github/workflows/build-clang-format.yml +++ b/.github/workflows/build-clang-format.yml @@ -19,7 +19,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: '18' check-path: ${{ matrix.path['check'] }}