Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Fork_Filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
TZ: "Asia/Shanghai"
steps:
- name: Checkout target repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: blackspacee/Loon
path: Loon-repo
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
curl -L -o Loon-repo/Ruleset/ConnersHua/Tracking_ConnersHua.list "https://raw.githubusercontent.com/ConnersHua/RuleGo/master/Surge/Ruleset/Extra/Reject/Tracking.list"

- name: Checkout ios_rule_script Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: blackmatrix7/ios_rule_script
path: tmp # 临时存放目录
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
BlankSpace:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: main

Expand Down