main.yml: update actions/setup-python to v5

pull/3823/head
Sergey G. Brester 2024-08-23 20:15:55 +02:00 committed by GitHub
parent 47e995cb57
commit fda37fac81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}