diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 5e16bc147..0f39d7bd8 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -27,14 +27,14 @@ jobs: fetch-depth: 0 - name: Formatting Check (Source) - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.14.0 with: clang-format-version: '13' check-path: 'Source' fallback-style: 'webkit' - name: Formatting Check (test) - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.14.0 with: clang-format-version: '13' check-path: 'test'