]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Bump actions/checkout from 2 to 3 1643/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Apr 2022 16:04:09 +0000 (16:04 +0000)
committerGitHub <noreply@github.com>
Fri, 1 Apr 2022 16:04:09 +0000 (16:04 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

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

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

index 64268e11ebf38956866e00632e5f1c773780070b..8d5ad4da54a7c9c168d100574eafa0d36def1fb3 100644 (file)
@@ -34,7 +34,7 @@ jobs:
           - {name: 'PyPy', python: 'pypy-3.7', os: ubuntu-latest, tox: pypy37}
           - {name: Typing, python: '3.10', os: ubuntu-latest, tox: typing}
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - uses: actions/setup-python@v3
         with:
           python-version: ${{ matrix.python }}