Skip to content

Commit 2b289df

Browse files
committed
fix(ci): [SMAGENT-9095] Use alternative action to setup-zig
1 parent c88debc commit 2b289df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
go-version: ${{ env.GO_VERSION }}
3434

3535
- name: Setup Zig 🛠️
36-
uses: goto-bus-stop/setup-zig@v2
36+
uses: mlugg/setup-zig@v1.2.1
3737
with:
3838
version: ${{ env.ZIG_VERSION }}
3939

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: ${{ env.GO_VERSION }}
2424

2525
- name: Setup Zig 🛠️
26-
uses: goto-bus-stop/setup-zig@v2
26+
uses: mlugg/setup-zig@v1.2.1
2727
with:
2828
version: ${{ env.ZIG_VERSION }}
2929

0 commit comments

Comments
 (0)