Merge pull request #3421 from benoitc/dependabot/github_actions/actions/setup-python-6

Bump actions/setup-python from 5 to 6
This commit is contained in:
Benoit Chesneau 2025-10-05 18:22:58 +02:00 committed by GitHub
commit 56927e21c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Using Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
cache: pip

View File

@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Using Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
cache: pip