summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-03-01 09:02:41 -0800
committerGitHub <noreply@github.com>2023-03-01 09:02:41 -0800
commit47957d571c8865ec024f7dbeced9fa45beb8d919 (patch)
tree7c0e2a7fec62face6ffff88554b05a7abcd84576
parentb7cb6ee6675b12a027c5e7518f832b2926dfe293 (diff)
parent02e058df6c9d2cdc47ee6bff58705f6d2cc32bf1 (diff)
downloadjinja2-47957d571c8865ec024f7dbeced9fa45beb8d919.tar.gz
Bump actions/cache from 3.2.4 to 3.2.6 (#1815)
-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') }}