From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:23:17 +0000 (-0700) Subject: Bump actions/cache from 3.0.9 to 3.0.11 (#1750) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae53ea5350c5dd622c7e4b85f8aca5dedc5af7a7;p=thirdparty%2Fjinja.git Bump actions/cache from 3.0.9 to 3.0.11 (#1750) --- diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ae3558b7..16e8a58e 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.9 + uses: actions/cache@v3.0.11 with: path: ./.mypy_cache key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}