⬆️ Upgrade actions/setup-python action to v6 (#37)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paillat <paillat@pycord.dev>
This commit is contained in:
renovate[bot]
2025-09-08 15:53:09 +02:00
committed by GitHub
parent 5f3d6fab73
commit b37d736dc3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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