diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index c4422cf56..205b5e85a 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.17.0 + uses: jidicula/clang-format-action@v4.18.0 with: clang-format-version: '18' check-path: 'Source' - name: Formatting Check (test) - uses: jidicula/clang-format-action@v4.17.0 + uses: jidicula/clang-format-action@v4.18.0 with: clang-format-version: '18' check-path: 'test'