diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 9ff5291..391c582 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -13,9 +13,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v3.4.0 + uses: jidicula/clang-format-action@v4.0.0 with: - clang-format-version: '11' + clang-format-version: '12' check-path: 'src' fallback-style: 'Google'