Merge pull request #5006 from pallets/dependabot/github_actions/actions/cache-3.2.6

Bump actions/cache from 3.2.4 to 3.2.6
This commit is contained in:
David Lord 2023-03-01 09:02:06 -08:00 committed by GitHub
commit bc3ec352f0
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('pyproject.toml') }}