| 1234567891011121314151617181920212223242526272829303132333435 |
- Subject: Bump actions/checkout from 5 to 6 in the github-actions group
- Origin: upstream, commit 0.4.27-47-g5cffa79 <https://github.com/ahupp/python-magic/commit/0.4.27-47-g5cffa79>
- Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Date: Mon Nov 24 14:26:19 2025 +0000
- Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
- Updates `actions/checkout` from 5 to 6
- - [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/v5...v6)
- ---
- updated-dependencies:
- - dependency-name: actions/checkout
- dependency-version: '6'
- dependency-type: direct:production
- update-type: version-update:semver-major
- dependency-group: github-actions
- ...
- Signed-off-by: dependabot[bot] <support@github.com>
- --- a/.github/workflows/ci.yml
- +++ b/.github/workflows/ci.yml
- @@ -14,7 +14,7 @@
- # python-version: '3.13'
- runs-on: ${{ matrix.os }}
- steps:
- - - uses: actions/checkout@v5
- + - uses: actions/checkout@v6
- - uses: actions/setup-python@v6
- with:
- python-version: ${{ matrix.python-version }}
|