Upgrade checkout action from v4 to v5
Some checks failed
Update Trackers / update (push) Has been cancelled

This commit is contained in:
XIU2
2026-03-21 14:53:54 +08:00
committed by GitHub
parent 3dcca24682
commit cfb5d6bbdf

View File

@@ -42,7 +42,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
# 检出仓库内容。后续所有文件读写都基于这里的工作目录。 # 检出仓库内容。后续所有文件读写都基于这里的工作目录。
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
# 拉取完整历史,方便后面 git commit / git push 更稳定。 # 拉取完整历史,方便后面 git commit / git push 更稳定。
fetch-depth: 0 fetch-depth: 0