chore(deps): update https://github.com/actions/setup-python action to v6 #88

Merged
renovate merged 1 commits from renovate/https-github.com-actions-setup-python-6.x into main 2025-09-07 00:20:46 +00:00

View File

@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v5
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- uses: https://github.com/actions/setup-python@v5
- uses: https://github.com/actions/setup-python@v6
with:
python-version: '3.11.3'
cache: 'pip'