chore: upgarde checkout-action to v6 (#862)

This commit is contained in:
Arthur
2026-01-26 16:25:42 -08:00
committed by GitHub
parent 0c704179b5
commit ba45bb9506
16 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ For performance, Claude uses shallow clones:
If you need full history, you can configure this in your workflow before calling Claude in the `actions/checkout` step.
```
- uses: actions/checkout@v5
- uses: actions/checkout@v6
depth: 0 # will fetch full repo history
```