CI: update actions/checkout from v3 to v7

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

View file

@ -17,6 +17,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v7
- name: Codespell
uses: codespell-project/actions-codespell@v2