ci: Use actions/checkout@v5 (#11040)

ci: actions/checkout@v5

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Jiralite
2025-08-17 01:09:51 +04:00
committed by GitHub
parent 1014af382b
commit fdc305dd6a
11 changed files with 14 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ jobs:
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0