diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index e4783e03..e1630205 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -20,6 +20,6 @@ jobs: cache: 'pip' - name: Install clang-format-12 run: sudo apt-get install clang-format-12 - - uses: pre-commit/action@v2.0.3 + - uses: pre-commit/action@v3.0.0 with: extra_args: --all-files --hook-stage manual