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

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
persist-credentials: false
- name: Set up Python