summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-02-01 08:58:35 -0800
committerGitHub <noreply@github.com>2023-02-01 08:58:35 -0800
commitd95cf3fd94c1010f4ca3986aa9d976b010e796f0 (patch)
treea9d577c27deea8901585e8df449e0de7b981eb9b
parent78471df06eadbfc245d30768aed68be3d6fda142 (diff)
parent79f51b74028037c9842f413a36c768846f8651ff (diff)
downloaditsdangerous-d95cf3fd94c1010f4ca3986aa9d976b010e796f0.tar.gz
Bump actions/cache from 3.2.3 to 3.2.4 (#329)
-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 6442516..e9a374d 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@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
+ uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('pyproject.toml') }}