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

This commit is contained in:
2025-09-09 13:11:41 +00:00
parent 17a58093c4
commit 8512e850ad
9 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "${{ inputs.python-version }}"