From af43c39f2c837bcf04c6e32357509a534064424b Mon Sep 17 00:00:00 2001 From: Andrii Labych Date: Sun, 30 Mar 2025 15:15:59 +0300 Subject: [PATCH] Update tests.yaml --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fcfb0a80..cd39f5f1 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: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: uses: actions/cache@v4 with: path: ./.mypy_cache key: mypy|${{ hashFiles('pyproject.toml') }}