diff --git a/.github/workflows/pre_commit.yaml b/.github/workflows/pre_commit.yaml index bfcae3f1..edf694bd 100644 --- a/.github/workflows/pre_commit.yaml +++ b/.github/workflows/pre_commit.yaml @@ -11,7 +11,10 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} - uses: actions/setup-python@v3 - - uses: jidicula/clang-format-action@ji/issue-40 + - uses: jidicula/clang-format-action@v4.11.0 + with: + clang-format-version: '13' + fallback-style: 'Google' # optional - uses: EndBug/add-and-commit@v9.1.3 # Only need to try and commit if the action failed if: failure()