From 9840f8b98918ea84ecf79b23577ea06d6d2c26ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:35:56 +0000 Subject: [PATCH] Update jdx/mise-action action to v3.3.1 --- .github/actions/config-poetry/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/config-poetry/action.yml b/.github/actions/config-poetry/action.yml index c2cc8811..d3e46926 100644 --- a/.github/actions/config-poetry/action.yml +++ b/.github/actions/config-poetry/action.yml @@ -42,12 +42,12 @@ runs: key: poetry-${{ runner.os }}-${{ hashFiles('poetry.lock') }} restore-keys: poetry-${{ runner.os }}- - name: Install mise and Python - uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0 + uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1 with: version: 2025.7.12 install_args: "python@${{ inputs.python-version }}" - name: Install jfrog and poetry through mise - uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0 + uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1 with: version: 2025.7.12 experimental: true # needed to use the http backend for installation of jfrog on windows