From 74ab7119299e9039089b9601d60dbfc308d21ddc Mon Sep 17 00:00:00 2001 From: Sergey Parfenyuk Date: Sat, 18 Jan 2025 10:00:56 +0100 Subject: [PATCH] chore: use latest pre-commit/action@v3.0.1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bee9a1f..7ed345d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: - name: Ensure pip run: uv run python -m ensurepip - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 with: extra_args: --all-files --verbose env: