From 99048f25411a603894835b7913f4eb6836a61e33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:10:54 +0000 Subject: [PATCH] Update jdx/mise-action action to v4 --- .github/actions/mise-project-setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/mise-project-setup/action.yaml b/.github/actions/mise-project-setup/action.yaml index d24db4f..68c21a7 100644 --- a/.github/actions/mise-project-setup/action.yaml +++ b/.github/actions/mise-project-setup/action.yaml @@ -21,7 +21,7 @@ runs: shell: bash - name: Install mise - uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3 + uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0 with: cache_save: ${{ inputs.cache-mode == 'prepare' }} version: ${{ steps.init.outputs.mise-version }}