Skip to content

Commit 04d3664

Browse files
Update jdx/mise-action action to v3.3.1
1 parent a18f29d commit 04d3664

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
@@ -46,15 +46,15 @@ runs:
4646
# python needs to be installed before jfrog and poetry
4747
# (see https://xtranet-sonarsource.atlassian.net/wiki/spaces/Platform/pages/4344217683/Mise+Poetry+Install+-+GitHub)
4848
- name: Install mise and python
49-
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
49+
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
5050
with:
5151
version: 2025.7.12
5252
tool_versions: |
5353
python ${{ inputs.python-version }}
5454
experimental: true # needed to use the http backend for installation of jfrog on windows
5555

5656
- name: Install jfrog and poetry through mise
57-
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
57+
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
5858
with:
5959
version: 2025.7.12
6060
experimental: true # needed to use the http backend for installation of jfrog on windows

0 commit comments

Comments
 (0)