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

@@ -36,7 +36,7 @@ jobs:
with: with:
ref: "${{ inputs.ref }}" ref: "${{ inputs.ref }}"
- run: "pipx install poetry" - run: "pipx install poetry"
- uses: "actions/setup-python@v5" - uses: "actions/setup-python@v6"
with: with:
python-version: "3.13" python-version: "3.13"
cache: "poetry" cache: "poetry"
@@ -52,7 +52,7 @@ jobs:
with: with:
ref: "${{ inputs.ref }}" ref: "${{ inputs.ref }}"
- run: "pipx install poetry" - run: "pipx install poetry"
- uses: "actions/setup-python@v5" - uses: "actions/setup-python@v6"
with: with:
python-version: "3.13" python-version: "3.13"
cache: "poetry" cache: "poetry"
@@ -73,7 +73,7 @@ jobs:
with: with:
ref: "${{ inputs.ref }}" ref: "${{ inputs.ref }}"
- run: "pipx install poetry" - run: "pipx install poetry"
- uses: "actions/setup-python@v5" - uses: "actions/setup-python@v6"
with: with:
python-version: "3.13" python-version: "3.13"
cache: "poetry" cache: "poetry"

View File

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

View File

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