diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8b37ad..5de6d47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: python-version: "3.12" # Consider using pre-commit.ci for open source project - name: Run pre-commit - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 # With no caching at all the entire ci process takes 4m 30s to complete! pytest: