]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Bump actions/setup-python from 3 to 4 1678/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Jul 2022 16:05:58 +0000 (16:05 +0000)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2022 16:05:58 +0000 (16:05 +0000)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/tests.yaml

index 1858e8f4835021c9ac97a4182c681c0c67075fe8..6a6cd7d6e9b4ae2b5f154c6e34371bb68e2d48d0 100644 (file)
@@ -35,7 +35,7 @@ jobs:
           - {name: Typing, python: '3.10', os: ubuntu-latest, tox: typing}
     steps:
       - uses: actions/checkout@v3
-      - uses: actions/setup-python@v3
+      - uses: actions/setup-python@v4
         with:
           python-version: ${{ matrix.python }}
           cache: 'pip'