diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index af663b144..75004e40c 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -27,13 +27,13 @@ jobs: fetch-depth: 0 - name: Formatting Check (Source) - uses: jidicula/clang-format-action@v4.15.0 + uses: jidicula/clang-format-action@v4.16.0 with: clang-format-version: '18' check-path: 'Source' - name: Formatting Check (test) - uses: jidicula/clang-format-action@v4.15.0 + uses: jidicula/clang-format-action@v4.16.0 with: clang-format-version: '18' check-path: 'test'