ci: bump actions/checkout to v5

This commit is contained in:
anhductn2001 2025-08-21 09:28:18 +07:00
parent 44fc0c8706
commit d35e55961c
No known key found for this signature in database
GPG key ID: 78C333E4DAC6ABDE

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