Skip to content

Commit

Permalink
Bump actions/cache from 3.2.3 to 3.2.4 (#2446)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Feb 1, 2023
2 parents f9b166d + d500cee commit 328ab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -47,7 +47,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') }}
Expand Down

0 comments on commit 328ab1f

Please sign in to comment.