summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-06-01 09:16:59 -0700
committerGitHub <noreply@github.com>2022-06-01 09:16:59 -0700
commit2f9b0f868203b6f9fd1fc1ca4ae8e2716feaa32b (patch)
tree5a6493563807326396429884da44205818552413 /.github
parentc96545f6f4ba0eab99de6ec8b4ceb77c9bdb2528 (diff)
parent31df6fabcb7df18e6a303d4e9e8f3ea8c6fc79a1 (diff)
downloadclick-2f9b0f868203b6f9fd1fc1ca4ae8e2716feaa32b.tar.gz
Merge pull request #2301 from pallets/dependabot/github_actions/actions/cache-3.0.3
Bump actions/cache from 3.0.2 to 3.0.3
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 bf850c9..1858e8f 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.2
+ uses: actions/cache@v3.0.3
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}