summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-03 08:23:02 -0700
committerGitHub <noreply@github.com>2023-01-03 08:23:02 -0700
commit80e7a83235025bcd4190a88dfd3fe7c644462954 (patch)
tree2aad03696780a49560fe1c63923e6d8895891a75
parente46be11e3e23d239a1f0342a8308dc0b7fc87ab3 (diff)
parent45c23ea56dbb0cd5d061b42cf8f855b2a7644e7d (diff)
downloadjinja2-80e7a83235025bcd4190a88dfd3fe7c644462954.tar.gz
Bump actions/cache from 3.0.11 to 3.2.2 (#1787)
-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') }}