]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Bump actions/cache from 3.0.9 to 3.0.11 (#1750)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 1 Nov 2022 17:23:17 +0000 (10:23 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2022 17:23:17 +0000 (10:23 -0700)
.github/workflows/tests.yaml

index ae3558b7078715e0a16afc45f4d3e76ab1c2c77d..16e8a58eb6386f08cc4c6c8e972854e9e8cd9818 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.9
+        uses: actions/cache@v3.0.11
         with:
           path: ./.mypy_cache
           key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}