Skip to content

Commit 07f8124

Browse files
committed
ci: update zig action and version
1 parent be7262b commit 07f8124

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919
- name: Setup zig
20-
uses: mlugg/setup-zig@v1
20+
uses: mlugg/setup-zig@v2
2121
with:
22-
version: master
22+
version: 0.15.2
2323
- name: Build and test
2424
run: zig build test
2525

0 commit comments

Comments
 (0)