Merge pull request #67 from nikdoof/renovate/workflows-actions-setup-python-6.x

[workflows] Update actions/setup-python action to v6
This commit is contained in:
2025-10-01 17:24:42 +01:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ jobs:
with: with:
version: "v${{ env.HELM_VERSION }}" version: "v${{ env.HELM_VERSION }}"
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"