Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
# tools to use on all my projects
action-validator = "0.9.0"
actionlint = "1.7.12"
editorconfig-checker = "3.8.0"
editorconfig-checker = "3.11.1"
ghalint = "1.5.6"
pinact = "4.1.1"
"pipx:gh-action-pulse" = { version = "1.1.0", uvx = true }
prek = "0.4.11"
rumdl = "0.2.49"
prek = "0.4.12"
rumdl = "0.2.52"
shellcheck = "0.11.0"
shfmt = "3.13.1"
tombi = "1.2.6"
uv = "0.12.1"
tombi = "1.2.7"
uv = "0.12.3"
yamlfmt = "0.21.0"
yamllint = "1.38.0"
zizmor = "1.29.0"

aube = "latest"
# Pin the Node.js version for the project
node = "24"
node = "26"

[env]
# Optional: if your action needs environment variables for local tests
Expand Down