Skip to content

Commit 907d84d

Browse files
Update jdx/mise-action action to v4 (#6582)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c1f56a commit 907d84d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build.yml

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

.github/workflows/docker-a3s-repox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
ref: ${{ inputs.branch || github.ref }}
4747

48-
- uses: jdx/mise-action@v3.6.3
48+
- uses: jdx/mise-action@v4.0.0
4949
with:
5050
version: 2025.11.2
5151
mise_toml: |

.github/workflows/docker-a3s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
ref: ${{ inputs.branch }}
4848

49-
- uses: jdx/mise-action@v3.6.3
49+
- uses: jdx/mise-action@v4.0.0
5050
with:
5151
version: 2025.11.2
5252
mise_toml: |

0 commit comments

Comments
 (0)