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

This commit is contained in:
renovate[bot] 2024-11-28 09:00:03 +00:00 committed by GitHub
parent 953b246b34
commit 7f3f26a28b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'