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

This commit is contained in:
2025-09-04 04:37:45 +00:00
parent cdc2daf1d1
commit 6e29aefb58
9 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ jobs:
no-fail: true
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "${{ inputs.python-version }}"

View File

@@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "${{ inputs.python-version }}"

View File

@@ -32,7 +32,7 @@ jobs:
no-fail: true
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "${{ vars.PYTHON_VERSION }}"

View File

@@ -29,7 +29,7 @@ jobs:
no-fail: true
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "${{ inputs.python-version }}"

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "${{ inputs.python-version }}"

View File

@@ -32,7 +32,7 @@ jobs:
format: sonarqube
no-fail: true
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "${{ steps.python-version.outputs.value }}"
- name: Setup Poetry

View File

@@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "${{ steps.python-version.outputs.value }}"
- name: Setup Poetry

View File

@@ -32,7 +32,7 @@ jobs:
format: sonarqube
no-fail: true
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "${{ steps.python-version.outputs.value }}"
- name: Update Pip

View File

@@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "${{ steps.python-version.outputs.value }}"
- name: Update Pip