]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Bump actions/setup-python from 4.6.0 to 4.6.1 1856/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 1 Jun 2023 16:57:00 +0000 (16:57 +0000)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2023 16:57:00 +0000 (16:57 +0000)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/57ded4d7d5e986d7296eab16560982c6dd7c923b...bd6b4b6205c4dbad673328db7b31b7fab9e241c0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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 a19312e4e3532af03474ade915adef47f077460c..619090178b8387d686010dbbcfed221afc24dd78 100644 (file)
@@ -10,7 +10,7 @@ jobs:
       hash: ${{ steps.hash.outputs.hash }}
     steps:
       - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
-      - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
+      - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
         with:
           python-version: '3.x'
           cache: 'pip'
index 21311794679d2e8cebb5c571a0ba578dd5cdf873..73611f878f2b3ebb9d44efda8941c076104de8e0 100644 (file)
@@ -36,7 +36,7 @@ jobs:
           - {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing}
     steps:
       - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
-      - uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
+      - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
         with:
           python-version: ${{ matrix.python }}
           cache: 'pip'