Bump actions/checkout from 4 to 5

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-02 17:06:33 +00:00 committed by GitHub
parent a86ea1e4e6
commit 1076fa94d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- toxenv: null
python-version: "3.10"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Using Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:

View File

@ -45,7 +45,7 @@ jobs:
python-version: "3.13"
unsupported: true
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Using Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: