0.4.27-47-g5cffa79.bump-actions-checkout-from-5-to-6-in-the-github-actions-group.patch 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Subject: Bump actions/checkout from 5 to 6 in the github-actions group
  2. Origin: upstream, commit 0.4.27-47-g5cffa79 <https://github.com/ahupp/python-magic/commit/0.4.27-47-g5cffa79>
  3. Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  4. Date: Mon Nov 24 14:26:19 2025 +0000
  5. Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
  6. Updates `actions/checkout` from 5 to 6
  7. - [Release notes](https://github.com/actions/checkout/releases)
  8. - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
  9. - [Commits](https://github.com/actions/checkout/compare/v5...v6)
  10. ---
  11. updated-dependencies:
  12. - dependency-name: actions/checkout
  13. dependency-version: '6'
  14. dependency-type: direct:production
  15. update-type: version-update:semver-major
  16. dependency-group: github-actions
  17. ...
  18. Signed-off-by: dependabot[bot] <support@github.com>
  19. --- a/.github/workflows/ci.yml
  20. +++ b/.github/workflows/ci.yml
  21. @@ -14,7 +14,7 @@
  22. # python-version: '3.13'
  23. runs-on: ${{ matrix.os }}
  24. steps:
  25. - - uses: actions/checkout@v5
  26. + - uses: actions/checkout@v6
  27. - uses: actions/setup-python@v6
  28. with:
  29. python-version: ${{ matrix.python-version }}