diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index b8c178f046..bc345d8c2a 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -21,7 +21,7 @@ jobs: python-version: '3.10' - name: Install clang-format-14 run: sudo apt-get install clang-format-14 - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 id: precommit - name: Upload pre-commit changes if: failure() && steps.precommit.outcome == 'failure'