summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-03-01 09:02:48 -0800
committerGitHub <noreply@github.com>2023-03-01 09:02:48 -0800
commitf6536867932eb0df8bfe49ee048676043ebeef2e (patch)
tree2eb222e0045b2c608245690322b1bb1a74e1de32
parent547c745df66a260d336f0dcce8313a3a17cfd6aa (diff)
parent10f07c41ae0e9db5732e1b2622e4c8c9098b8ba1 (diff)
downloadmarkupsafe-f6536867932eb0df8bfe49ee048676043ebeef2e.tar.gz
Bump actions/cache from 3.2.4 to 3.2.6 (#356)
-rw-r--r--.github/workflows/tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index e9a374d..394414c 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -47,7 +47,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') }}