summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-01 10:23:29 -0700
committerGitHub <noreply@github.com>2022-11-01 10:23:29 -0700
commitc65c6ad18471448c0fcc59ef53088787288c02cc (patch)
tree40e165ea1f8a39a5355ab0ea6007f1608082f29c /.github
parent2b60d8163a45a6feeb55001da40dd4f23e5241e0 (diff)
downloadclick-c65c6ad18471448c0fcc59ef53088787288c02cc.tar.gz
Bump actions/cache from 3.0.9 to 3.0.11 (#2391)
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 ae3558b..16e8a58 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.9
+ uses: actions/cache@v3.0.11
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}