From 45455d57b3a89121964ddd93328d77843ce4a66d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 19:28:46 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4.2.3 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 42f11ac..b9109d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: cache-dependency-glob: "uv.lock" - name: Set up mise - uses: jdx/mise-action@v4.2.2 + uses: jdx/mise-action@v4.2.3 - name: Install the project run: uv sync --locked --all-extras --dev