summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-03 08:23:59 -0700
committerGitHub <noreply@github.com>2023-01-03 08:23:59 -0700
commit54f804eb3948fb6130d9bd818a17252a388da91f (patch)
treeb60ff261466d079aab55ef2afafe5c959d76c0c1
parent931237a806f430dc9461f2b8159338ad100d846e (diff)
parentdd9d25cf313220a07212c2862d39e5f08412257f (diff)
downloaditsdangerous-54f804eb3948fb6130d9bd818a17252a388da91f.tar.gz
Bump actions/cache from 3.0.11 to 3.2.2 (#323)
-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') }}