CI: update checkout action version to v7

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

View file

@ -27,7 +27,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v5