chore(deps): update https://github.com/actions/setup-python action to v6
Some checks failed
Lint / Lint (pull_request) Failing after 26s
Lint / Lint (push) Failing after 28s
Gitea Actions Demo Mkdocs / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Renovate Bot
2025-09-07 00:21:58 +00:00
parent f71454f7d9
commit 9d9eec22cf

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.12'
# cache: 'pip'