summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-02 07:03:32 -0700
committerGitHub <noreply@github.com>2022-10-02 07:03:32 -0700
commite740cc65d5c54fbebb0f3483add794ec2b47187f (patch)
tree0b221af4180cfcd18762f03924886ee9e1c8e213
parent15e4959a2e0fa8744c7275c4e0a6542640900998 (diff)
downloadjinja2-e740cc65d5c54fbebb0f3483add794ec2b47187f.tar.gz
Bump actions/cache from 3.0.8 to 3.0.9 (#1729)
-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 d943f19..ae3558b 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.8
+ uses: actions/cache@v3.0.9
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}