Merge pull request #3438 from benoitc/dependabot/github_actions/actions/checkout-6

Bump actions/checkout from 5 to 6
This commit is contained in:
Benoit Chesneau 2026-01-22 10:00:34 +01:00 committed by GitHub
commit 7af8cccb4a
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.12"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Using Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:

View File

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