Skip to content

Commit b1ba240

Browse files
committed
chore(ci): 统一使用 mlugg/setup-zig@v2 替代已废弃 action
- goto-bus-stop/setup-zig 仓库已归档,后续不再维护 - 替换为 mlugg/setup-zig 保证后续兼容和安全 - 避免旧 action 可能引起的集成失效或安全风险
1 parent 05bcfac commit b1ba240

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Setup Zig
29-
uses: goto-bus-stop/setup-zig@v2
29+
uses: mlugg/setup-zig@v2
3030
with:
3131
version: 0.16.0
3232

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v3
4646
with:
4747
fetch-depth: 0 # Not needed if lastUpdated is not enabled
48-
- uses: goto-bus-stop/setup-zig@v2
48+
- uses: mlugg/setup-zig@v2
4949
with:
5050
cache: false
5151
- name: Generate Docs

.github/workflows/format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup Zig
20-
uses: goto-bus-stop/setup-zig@v2
20+
uses: mlugg/setup-zig@v2
2121
with:
2222
version: 0.16.0
2323

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
- name: Setup Zig
59-
uses: goto-bus-stop/setup-zig@v2
59+
uses: mlugg/setup-zig@v2
6060
with:
6161
version: ${{ matrix.version }}
6262

0 commit comments

Comments
 (0)