Merge pull request #222 from jazzband/dependabot/github_actions/actions/setup-python-6

This commit is contained in:
Rémy HUBSCHER 2025-10-21 09:51:40 +02:00 committed by GitHub
commit 45fb86b52c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v6
with:
python-version: 3.8

View file

@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}