chore: update GitHub actions in CI workflows

This commit is contained in:
Darya 2025-08-21 14:53:28 +03:00 committed by GitHub
parent 39ab721992
commit 258bad78f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ jobs:
name: Lint name: Lint
runs-on: self-hosted-ghr runs-on: self-hosted-ghr
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
with: with:
submodules: false submodules: false
@ -44,7 +44,7 @@ jobs:
- '1.25' - '1.25'
- '1.24' - '1.24'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
with: with:
submodules: true submodules: true