Skip to content

Commit 29b4e6f

Browse files
committed
CI: update mlugg/setup-zig to v2
1 parent a6625b3 commit 29b4e6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
26-
27-
# FIXME: once https://github.com/mlugg/setup-zig/pull/30 is in a released version switch to that
28-
- uses: mlugg/setup-zig@153c8d5202cbb8c7e10831110a3afd27593eb960
26+
- uses: mlugg/setup-zig@v2
2927

3028
- name: Lint
3129
run: zig fmt --check --ast-check .

0 commit comments

Comments
 (0)