diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 284e69d..6fec960 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: python-version: '3.11' # 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 3m to complete! pytest: