From 6a76bca62f48427c10868cd51a3af2891a439ab1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:45:02 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4 --- .github/workflows/code_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 2347264..4fc16a6 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -43,7 +43,7 @@ jobs: with: fetch-depth: 0 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 with: install: true cache: ${{ vars.MISE_CACHE_ENABLED || 'true'}} @@ -113,7 +113,7 @@ jobs: with: fetch-depth: 0 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 with: install: true cache: ${{ vars.MISE_CACHE_ENABLED || 'true'}}