Update tests.yaml

This commit is contained in:
Andrii Labych 2025-03-30 15:15:59 +03:00 committed by GitHub
parent 7488f08d51
commit af43c39f2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ jobs:
cache: pip
cache-dependency-path: requirements*/*.txt
- name: cache mypy
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: uses: actions/cache@v4
with:
path: ./.mypy_cache
key: mypy|${{ hashFiles('pyproject.toml') }}