summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-09 14:31:19 -0800
committerDavid Lord <davidism@gmail.com>2023-01-09 14:31:19 -0800
commit4032d5c198e85086f1379f694a4b59e8400dbad0 (patch)
tree80ab525a22f425ca8343078606be6a5d34e4daad /.github
parent4af628004dd1c03d4d6d2431118a8c82c66ee8f2 (diff)
parent529a26393272383754d3e2fe126d7854d8dd96f7 (diff)
downloadwerkzeug-4032d5c198e85086f1379f694a4b59e8400dbad0.tar.gz
Merge branch '2.2.x'
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 82e481a4..b757fa01 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@v3.2.2
+ uses: actions/cache@v3
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}