summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-04-03 06:13:47 -0700
committerGitHub <noreply@github.com>2023-04-03 06:13:47 -0700
commit3067df72614fbab9fbbad6c3acd0bba227230e20 (patch)
tree9031b095dc88459e6f66bf9ecd00d34361ad6a84
parent23e5cec5545471c332d53bec358b047984dc1411 (diff)
parent4863d6534f949e3ddc1c09860b5063ba7ef44024 (diff)
downloadjinja2-3067df72614fbab9fbbad6c3acd0bba227230e20.tar.gz
Bump actions/cache from 3.2.6 to 3.3.1 (#1829)
-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') }}