summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-01 16:01:29 +0000
committerGitHub <noreply@github.com>2023-02-01 16:01:29 +0000
commitc01f51b345e7f8937a9ae1bf87f48fef419967f1 (patch)
tree04a7a74d5060100081b02eef0b73ea60342f6cbb
parent96a83e90145436dc47c902d3a9039bfbcb6699b0 (diff)
downloadjinja2-c01f51b345e7f8937a9ae1bf87f48fef419967f1.tar.gz
Bump actions/cache from 3.2.3 to 3.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/58c146cc91c5b9e778e71775dfe9bf1442ad9a12...627f0f41f6904a5b1efbaed9f96d9eb58e92e920) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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 8178730..fef63b8 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') }}