File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/config-poetry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ runs:
4242 key : poetry-${{ runner.os }}-${{ hashFiles('poetry.lock') }}
4343 restore-keys : poetry-${{ runner.os }}-
4444 - name : Install mise and Python
45- uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
45+ uses : jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
4646 with :
4747 version : 2025.7.12
4848 install_args : " python@${{ inputs.python-version }}"
4949 - name : Install jfrog and poetry through mise
50- uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
50+ uses : jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
5151 with :
5252 version : 2025.7.12
5353 experimental : true # needed to use the http backend for installation of jfrog on windows
You can’t perform that action at this time.
0 commit comments