From 3b4725bf4659313935c218722ab2b4a75547f23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:10:15 +0000 Subject: [PATCH] Bump pre-commit/action from 3.0.0 to 3.0.1 (#183) --- .github/workflows/ci-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index 1731ad1..88fad33 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/setup-python@v5 - name: Install clang-format-14 run: sudo apt-get install clang-format-14 cppcheck - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 with: extra_args: --all-files --hook-stage manual