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

This commit is contained in:
Arthur
2026-01-27 08:25:42 +08:00
committed by GitHub
parent 0c704179b5
commit ba45bb9506
16 changed files with 27 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ github.event.workflow_run.head_branch }}
fetch-depth: 0