summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-02-01 08:59:07 -0800
committerGitHub <noreply@github.com>2023-02-01 08:59:07 -0800
commit93186375f0be99f86857cc6e5613e960fdc78c01 (patch)
treedbc94d8a168c5b684a0de62bd77fc851cf3b8394 /.github
parentcaae9369afdc50768ba3b282fb7928fcfed506ad (diff)
parent50338887a5ae07ae0f0915b5d90e777e803fafcc (diff)
downloadwerkzeug-93186375f0be99f86857cc6e5613e960fdc78c01.tar.gz
Bump actions/cache from 3.2.3 to 3.2.4 (#2579)
Diffstat (limited to '.github')
-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 64425167..e9a374dd 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@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
+ uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('pyproject.toml') }}