summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-02 07:03:00 -0700
committerGitHub <noreply@github.com>2022-10-02 07:03:00 -0700
commitd8acc52414b1d72edcb9de6682b4c902954af0c7 (patch)
tree14d627cb87ed90b9dc5f350e71e99bd6cc789e15 /.github
parentb1911cd0a054f92fa83302cdb520d19449c0b87b (diff)
downloadwerkzeug-d8acc52414b1d72edcb9de6682b4c902954af0c7.tar.gz
Bump actions/cache from 3.0.8 to 3.0.9 (#2526)
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 d943f19a..ae3558b7 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -46,7 +46,7 @@ jobs:
pip install -U setuptools
python -m pip install -U pip
- name: cache mypy
- uses: actions/cache@v3.0.8
+ uses: actions/cache@v3.0.9
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}