summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-04-03 06:18:53 -0700
committerGitHub <noreply@github.com>2023-04-03 06:18:53 -0700
commite581ee68905d0772333e538a362f318bbcb4af3a (patch)
tree8450c9f46bda1a29b1cfdbfefbe2c74a52f96132
parent19a708fd1d282c6144efc931023ff8e8c60569a2 (diff)
parentc604cc8db1da6b98e22d866cdec886fdeb5a63ca (diff)
downloadclick-e581ee68905d0772333e538a362f318bbcb4af3a.tar.gz
Bump actions/cache from 3.2.6 to 3.3.1 (#2477)
-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') }}