update versions

This commit is contained in:
Emil Lerch 2026-02-04 16:45:29 -08:00
parent c1e864be61
commit 153afe5b72
Signed by: lobo
GPG key ID: A7B62D657EF764F8
3 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,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://codeberg.org/mlugg/setup-zig@v2.1.0 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]
pre-commit = "4.2.0" prek = "0.3.1"
"ubi:DonIsaac/zlint" = "0.7.6" "ubi:DonIsaac/zlint" = "0.7.9"
zig = "0.15.2" zig = "0.15.2"
zls = "0.15.0" zls = "0.15.1"

View file

@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0 rev: v6.0.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer