]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Bump actions/checkout from 3.5.3 to 3.6.0 1883/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Sep 2023 16:03:03 +0000 (16:03 +0000)
committerGitHub <noreply@github.com>
Fri, 1 Sep 2023 16:03:03 +0000 (16:03 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [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/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...f43a0e5ff2bd294095638e18286ca9a3d1956744)

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

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

index 9fc4a610846c466ce7411078a6abe4cec5d12965..4e2a97b813de12a3094fd11723e2036a21e12d53 100644 (file)
@@ -9,7 +9,7 @@ jobs:
     outputs:
       hash: ${{ steps.hash.outputs.hash }}
     steps:
-      - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+      - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
       - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
         with:
           python-version: '3.x'
index 17280318089665c7367d26209423d491c10f87d8..1ec277ee250d53cec1d66ba867600c67df17c866 100644 (file)
@@ -35,7 +35,7 @@ jobs:
           - {name: 'PyPy', python: 'pypy-3.10', os: ubuntu-latest, tox: pypy310}
           - {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing}
     steps:
-      - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+      - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
       - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
         with:
           python-version: ${{ matrix.python }}