summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-03-01 09:02:19 -0800
committerGitHub <noreply@github.com>2023-03-01 09:02:19 -0800
commit7ab7174ce48ed05df69d43f5d08ec8a1248cd688 (patch)
tree0280fd34ef68611ec29ff7ab86793d90e4ae3fd1
parentfc297303ef957e1741b384078b72f501df61e75c (diff)
parent3b8e89f30f6b105f435bb0f7e4c934a3a733b092 (diff)
downloadclick-7ab7174ce48ed05df69d43f5d08ec8a1248cd688.tar.gz
Bump actions/cache from 3.2.4 to 3.2.6 (#2458)
-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 e9a374d..394414c 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
+ uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('pyproject.toml') }}