@@ -102,7 +102,7 @@ jobs:
102102 if : steps.cache.outputs.cache-hit != 'true'
103103 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
104104 - if : steps.cache.outputs.cache-hit != 'true'
105- uses : jdx/mise-action@v3.6.3
105+ uses : jdx/mise-action@v4.0.0
106106 with :
107107 version : 2025.11.2
108108 cache_save : ${{ needs.setup.outputs.is-default-branch == 'true' }}
@@ -144,7 +144,7 @@ jobs:
144144 steps :
145145 - *checkout
146146 - &mise
147- uses : jdx/mise-action@v3.6.3
147+ uses : jdx/mise-action@v4.0.0
148148 with :
149149 version : 2025.11.2
150150 cache_save : ${{ needs.setup.outputs.is-default-branch == 'true' }}
@@ -415,7 +415,7 @@ jobs:
415415 node-label : ' node 16'
416416 steps :
417417 - *checkout
418- - uses : jdx/mise-action@v3.6.3
418+ - uses : jdx/mise-action@v4.0.0
419419 with :
420420 version : 2025.11.2
421421 cache_save : ${{ needs.setup.outputs.is-default-branch == 'true' }}
@@ -465,7 +465,7 @@ jobs:
465465 if : steps.cache.outputs.cache-hit != 'true'
466466 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
467467 - if : steps.cache.outputs.cache-hit != 'true'
468- uses : jdx/mise-action@v3.6.3
468+ uses : jdx/mise-action@v4.0.0
469469 with :
470470 version : 2025.11.2
471471 cache_save : ${{ needs.setup.outputs.is-default-branch == 'true' }}
@@ -517,7 +517,7 @@ jobs:
517517 if : steps.cache.outputs.cache-hit != 'true'
518518 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
519519 - if : steps.cache.outputs.cache-hit != 'true'
520- uses : jdx/mise-action@v3.6.3
520+ uses : jdx/mise-action@v4.0.0
521521 with :
522522 version : 2025.11.2
523523 cache_save : ${{ needs.setup.outputs.is-default-branch == 'true' }}
@@ -676,7 +676,7 @@ jobs:
676676 steps :
677677 - *checkout
678678 - &mise_java_matrix_node
679- uses : jdx/mise-action@v3.6.3
679+ uses : jdx/mise-action@v4.0.0
680680 with :
681681 version : 2025.11.2
682682 cache_save : ${{ needs.setup.outputs.is-default-branch == 'true' }}
@@ -746,7 +746,7 @@ jobs:
746746 - *checkout
747747 - &mise_java_only
748748 name : Setup Java and Maven
749- uses : jdx/mise-action@v3.6.3
749+ uses : jdx/mise-action@v4.0.0
750750 with :
751751 version : 2025.11.2
752752 cache_save : ${{ needs.setup.outputs.is-default-branch == 'true' }}
@@ -838,7 +838,7 @@ jobs:
838838 chown -R sonar:sonar /github/home
839839 - &alpine_setup_maven
840840 name : Setup Maven
841- uses : jdx/mise-action@v3.6.3
841+ uses : jdx/mise-action@v4.0.0
842842 with :
843843 version : 2025.11.2
844844 cache_save : true
0 commit comments