From f9fdc71e38920aa6068ae02fe7bca5f9db15a14e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:37:30 +0000 Subject: [PATCH] Update jdx/mise-action action to v3.6.3 --- .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 6758819..4b5b5f2 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@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2 + uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3 with: cache_save: ${{ inputs.cache-mode == 'prepare' }} version: ${{ steps.init.outputs.mise-version }}