mirror of
https://github.com/XIU2/TrackersListCollection
synced 2026-04-02 12:07:32 +08:00
Upgrade checkout action from v4 to v5
Some checks failed
Update Trackers / update (push) Has been cancelled
Some checks failed
Update Trackers / update (push) Has been cancelled
This commit is contained in:
2
.github/workflows/update-trackers.yml
vendored
2
.github/workflows/update-trackers.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
# 检出仓库内容。后续所有文件读写都基于这里的工作目录。
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
# 拉取完整历史,方便后面 git commit / git push 更稳定。
|
||||
fetch-depth: 0
|
||||
|
||||
Reference in New Issue
Block a user