update versions
Some checks failed
Generic zig build / build (push) Failing after 47s

This commit is contained in:
Emil Lerch 2026-02-04 17:07:01 -08:00
parent e01e8857e1
commit 1c90621708
Signed by: lobo
GPG key ID: A7B62D657EF764F8
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Zig - name: Setup Zig
uses: https://github.com/mlugg/setup-zig@v2.0.5 uses: https://codeberg.org/mlugg/setup-zig@v2.2.1
- name: Build project - name: Build project
run: zig build --summary all run: zig build --summary all
- name: Run tests - name: Run tests

View file

@ -1,5 +1,5 @@
[tools] [tools]
zig = "0.15.1" zig = "0.15.2"
zls = "0.15.0" zls = "0.15.1"
pre-commit = "latest" prek = "0.3.1"
"ubi:DonIsaac/zlint" = "latest" "ubi:DonIsaac/zlint" = "0.7.9"