summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-04-03 06:16:27 -0700
committerGitHub <noreply@github.com>2023-04-03 06:16:27 -0700
commit1114d2e135446324b20ac0ce66a95ddfacd63fae (patch)
tree6ff13c629ce6901fffd1f940def327b8c28e7f99
parent24a353da8e5bd5735286cc67a18db312542c1be8 (diff)
parent348013636c4c5fb52444c3a8cb690f6be92f6c4c (diff)
downloaditsdangerous-1114d2e135446324b20ac0ce66a95ddfacd63fae.tar.gz
Bump actions/cache from 3.2.6 to 3.3.1 (#336)
-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') }}