diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 9ade7f799..47e7b0e8a 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.11.0 + uses: jidicula/clang-format-action@v4.12.0 with: clang-format-version: '13' check-path: 'Source' fallback-style: 'webkit' - name: Formatting Check (test) - uses: jidicula/clang-format-action@v4.11.0 + uses: jidicula/clang-format-action@v4.12.0 with: clang-format-version: '13' check-path: 'test'