diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 3f4888df..0419ca69 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Run clang-format - uses: jidicula/clang-format-action@v4.15.0 + uses: jidicula/clang-format-action@v4.16.0 with: clang-format-version: '18' check-path: 'ext'