From 153afe5b725d6af1d23d706213b71f221c4aa9e8 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Wed, 4 Feb 2026 16:45:29 -0800 Subject: [PATCH] update versions --- .forgejo/workflows/build.yaml | 2 +- .mise.toml | 6 +++--- .pre-commit-config.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 9589f12..06521b4 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - 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 run: zig build --summary all - name: Run tests diff --git a/.mise.toml b/.mise.toml index c03c643..9927c37 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,5 +1,5 @@ [tools] -pre-commit = "4.2.0" -"ubi:DonIsaac/zlint" = "0.7.6" +prek = "0.3.1" +"ubi:DonIsaac/zlint" = "0.7.9" zig = "0.15.2" -zls = "0.15.0" +zls = "0.15.1" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 297d8c9..6649f5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer