From 22b99cd471e66cd1b15164c0f0959531a1e64b60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:05:59 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4 --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index f4715e2..f8af37b 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -36,7 +36,7 @@ jobs: scripts/** - name: Setup toolchain with mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v4 - name: Run prek hooks run: prek run --all-files --show-diff-on-failure --color=always