Update actions/setup-python action to v5

This commit is contained in:
renovate[bot] 2024-10-17 14:16:07 +00:00 committed by GitHub
parent d7f01f7ddf
commit 79c8a7484c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up Python runtime
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up Python runtime
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}