From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 14:03:32 +0000 (-0700) Subject: Bump actions/cache from 3.0.8 to 3.0.9 (#1729) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e740cc65d5c54fbebb0f3483add794ec2b47187f;p=thirdparty%2Fjinja.git Bump actions/cache from 3.0.8 to 3.0.9 (#1729) --- diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d943f19a..ae3558b7 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') }}