diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7d2945..683bdb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - run: poetry install - name: Run pre-commit - uses: pre-commit/action@v2.0.3 + uses: pre-commit/action@v3.0.1 # With no caching at all the entire ci process takes 4m 30s to complete! pytest: