Merge pull request #4959 from pallets/dependabot/github_actions/actions/cache-3.2.4

Bump actions/cache from 3.2.3 to 3.2.4
This commit is contained in:
David Lord 2023-02-01 08:55:09 -08:00 committed by GitHub
commit 88069bd417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ jobs:
pip install -U setuptools
python -m pip install -U pip
- name: cache mypy
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('pyproject.toml') }}