chore(deps): update actions/setup-python action to v5
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 3s
renovate / renovate (push) Failing after 3s

This commit was merged in pull request #11.
This commit is contained in:
Renovate Bot
2024-08-11 00:10:56 +00:00
parent 073f0d8ce7
commit 37640bd1fd

View File

@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- 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@v4
- uses: https://github.com/actions/setup-python@v5
with:
python-version: '3.11.3'
cache: 'pip'