Skip to content

Commit 0caf8ce

Browse files
Update jdx/mise-action action to v3.3.1
1 parent e1ca571 commit 0caf8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/config-poetry/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)