build: update checkout action to v5

This commit is contained in:
Rej Ect 2025-08-12 15:20:27 +03:00
parent 46f0602227
commit 6c34126cb9
No known key found for this signature in database
GPG key ID: 633BC3096E199730
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5