diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 4eee358cba..40c8e68afb 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -20,7 +20,7 @@ jobs: - name: Install clang-format-10 run: sudo apt-get install clang-format-10 - uses: rhaschke/install-catkin_lint-action@v1.0 - - 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'