Skip to content

Commit aa994a5

Browse files
authored
CI: fix DOCS workflow
1 parent c8d43e2 commit aa994a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/DOCS.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: mlugg/setup-zig@v1
36-
with:
37-
version: master
35+
- uses: mlugg/setup-zig@v2
3836

3937
- name: Build docs
4038
run: zig build docs

0 commit comments

Comments
 (0)