summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-04-03 06:16:32 -0700
committerGitHub <noreply@github.com>2023-04-03 06:16:32 -0700
commit5c21eaefefe73616f7e0bee13f51e96a18d26ce1 (patch)
tree3c3a97d82afc905af5e1551a3758b5c840600bcd
parent84afad3ca571798b0ef525fa97983b88859a094a (diff)
parent737d941a9c2961c5040fee477b9354cb87f51647 (diff)
downloadmarkupsafe-5c21eaefefe73616f7e0bee13f51e96a18d26ce1.tar.gz
Bump actions/cache from 3.2.6 to 3.3.1 (#361)
-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 6c90378..0f5e4e1 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@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
+ uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('pyproject.toml') }}