⬆️(dependencies) update actions/setup-python action to v6

This commit is contained in:
renovate[bot]
2025-11-04 14:02:50 +00:00
committed by BEY Quentin
parent eed6563c6a
commit e6a59febd0
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0 # Get full history for proper versioning
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.12'

View File

@@ -64,7 +64,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Install development dependencies