CI: upgrade Python setup action to version 7

try to silence deprecation warning (Node.js 20)
This commit is contained in:
Sergey G. Brester 2026-08-15 13:18:30 +02:00 committed by GitHub
parent 5684996a94
commit 153751d40c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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