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

This commit is contained in:
renovate[bot]
2025-09-06 16:52:44 +00:00
committed by GitHub
parent 629aa939ca
commit a97c2807d8
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- run: "yarn version --new-version $CLEAN_VERSION --no-git-tag-version"
# Write the new version to pyproject.toml
- run: "pipx install poetry"
- uses: "actions/setup-python@v5"
- uses: "actions/setup-python@v6"
with:
python-version: "3.13"
cache: "poetry"