]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Bump actions/cache from 3.0.5 to 3.0.8 (#1713)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 1 Sep 2022 16:09:06 +0000 (09:09 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Sep 2022 16:09:06 +0000 (09:09 -0700)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.8.
- [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/v3.0.5...v3.0.8)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/tests.yaml

index c64e466645d65eea6d8dfc36d36ee01718f10920..d943f19af079e18510c047b292d983f68c6b503a 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.5
+        uses: actions/cache@v3.0.8
         with:
           path: ./.mypy_cache
           key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}