summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-02-01 08:59:04 -0800
committerGitHub <noreply@github.com>2023-02-01 08:59:04 -0800
commit37561cead6fc8b11684e09bfe35987a0b39a5d54 (patch)
treefd8f460e88d20f5baed24d609fb978d221a4fe08
parent56f7c4e0833954a40fed47d5a17e2ec92c613901 (diff)
parentc01f51b345e7f8937a9ae1bf87f48fef419967f1 (diff)
downloadjinja2-37561cead6fc8b11684e09bfe35987a0b39a5d54.tar.gz
Bump actions/cache from 3.2.3 to 3.2.4 (#1799)
-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') }}