]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Bump actions/checkout from 3.5.0 to 3.5.2 1844/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 1 May 2023 17:17:29 +0000 (17:17 +0000)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 17:17:29 +0000 (17:17 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
- [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/8f4b7f84864484a7bf31766abe9204da3cbe65b3...8e5e7e5ab8b370d6c329ec480221332ada57f0ab)

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

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

index f58fc513e42dbc1c218bb09537b21ef29db6cfaf..0bd69409dda5f9e445950522d7d7bb5373ef5bcb 100644 (file)
@@ -9,7 +9,7 @@ jobs:
     outputs:
       hash: ${{ steps.hash.outputs.hash }}
     steps:
-      - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
+      - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
       - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
         with:
           python-version: '3.x'
index c3885b5e3a1db17ed615aa49395b5bd98bdb3d41..21311794679d2e8cebb5c571a0ba578dd5cdf873 100644 (file)
@@ -35,7 +35,7 @@ jobs:
           - {name: 'PyPy', python: 'pypy-3.9', os: ubuntu-latest, tox: pypy39}
           - {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing}
     steps:
-      - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
+      - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
       - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
         with:
           python-version: ${{ matrix.python }}