diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index cd39f5f1..d695c2e5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -43,7 +43,7 @@ jobs: cache: pip cache-dependency-path: requirements*/*.txt - name: cache mypy - uses: uses: actions/cache@v4 + uses: actions/cache@v4 with: path: ./.mypy_cache key: mypy|${{ hashFiles('pyproject.toml') }}