⬆️ Upgrade actions/setup-python action to v6

This commit is contained in:
renovate[bot]
2025-09-04 05:29:34 +00:00
committed by GitHub
parent b0c8e0506f
commit e6f842a8c3
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
enable-cache: true
- name: "Set up Python"
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"

View File

@@ -43,7 +43,7 @@ jobs:
enable-cache: true
- name: "Set up Python"
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"