summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-03 08:22:44 -0700
committerGitHub <noreply@github.com>2023-01-03 08:22:44 -0700
commit0cc89ada7242c2b1eed1e9643f28a836affe182e (patch)
tree3ebfcd2fd3867232ead29501b52f22138101faa3 /.github
parent5e75fe7f9c1b820d71f482599cd6996523332d06 (diff)
parente3467ffcc517f405948d2939e7310fa2de3214d2 (diff)
downloadclick-0cc89ada7242c2b1eed1e9643f28a836affe182e.tar.gz
Bump actions/cache from 3.0.11 to 3.2.2 (#2425)
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 16e8a58..06ab21a 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.11
+ uses: actions/cache@v3.2.2
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}