From c6e38b715185eba0d082cf77a377896a8ab04d1a Mon Sep 17 00:00:00 2001 From: AnyaCoder Date: Thu, 10 Oct 2024 13:37:05 +0800 Subject: [PATCH] fix pre-commit ver --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 0709d58..fb94493 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: pre-commit/action@vv3.0.1 + - uses: pre-commit/action@v3.0.1 with: extra_args: --all-files