]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Bump actions/cache from 3.0.8 to 3.0.9 (#1729)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 2 Oct 2022 14:03:32 +0000 (07:03 -0700)
committerGitHub <noreply@github.com>
Sun, 2 Oct 2022 14:03:32 +0000 (07:03 -0700)
.github/workflows/tests.yaml

index d943f19af079e18510c047b292d983f68c6b503a..ae3558b7078715e0a16afc45f4d3e76ab1c2c77d 100644 (file)
@@ -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') }}