Merge pull request #3414 from benoitc/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
This commit is contained in:
Benoit Chesneau 2025-10-05 18:23:20 +02:00 committed by GitHub
commit 3f92e410d9
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@v6
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@v6
with: