Skip to content

Commit c28e868

Browse files
Update jdx/mise-action action to v3.6.3 (#322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c99b7dd commit c28e868

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- &mise
3232
name: Setup mise
33-
uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2
33+
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
3434
with:
3535
version: 2025.7.12
3636

@@ -87,7 +87,7 @@ jobs:
8787
- *checkout
8888
- &mise_no_cache
8989
name: Setup mise
90-
uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2
90+
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
9191
with:
9292
version: 2025.7.12
9393
cache_save: false

.github/workflows/bump-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424
- name: Setup mise
25-
uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2
25+
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
2626
with:
2727
version: 2026.1.8
2828
- name: Update version in pom.xml

0 commit comments

Comments
 (0)