chore(deps): update actions/setup-python action to v6 (#6909)

This commit is contained in:
Elian Doran 2025-09-06 22:15:10 +03:00 committed by GitHub
commit eca85d9978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ jobs:
fetch-depth: 0 # Fetch all history for git info and mkdocs-git-revision-date plugin
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.13'
cache: 'pip'