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

@@ -61,7 +61,7 @@ jobs:
with:
cache: "yarn"
- run: "pipx install poetry"
- uses: "actions/setup-python@v5"
- uses: "actions/setup-python@v6"
with:
python-version: "3.13"
cache: "poetry"