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