Skip to content

Commit e11fbc5

Browse files
chore(deps): update dependency mise to v2025.12.0 (#1725)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mise](https://redirect.github.com/jdx/mise) | minor | `v2025.11.11` -> `v2025.12.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jdx/mise (mise)</summary> ### [`v2025.12.0`](https://redirect.github.com/jdx/mise/releases/tag/v2025.12.0) [Compare Source](https://redirect.github.com/jdx/mise/compare/v2025.11.11...v2025.12.0) ##### 🚀 Features - **(config)** add support for netrc by [@&#8203;RobotSupervisor](https://redirect.github.com/RobotSupervisor) in [#&#8203;7164](https://redirect.github.com/jdx/mise/pull/7164) - **(lock)** add resolve\_lock\_info to core backends for checksum fetching by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;7180](https://redirect.github.com/jdx/mise/pull/7180) - **(ruby)** Install ruby from a zip file over HTTPS by [@&#8203;KaanYT](https://redirect.github.com/KaanYT) in [#&#8203;7167](https://redirect.github.com/jdx/mise/pull/7167) - **(tasks)** add `usage` args to Tera context in run scripts by [@&#8203;iamkroot](https://redirect.github.com/iamkroot) in [#&#8203;7041](https://redirect.github.com/jdx/mise/pull/7041) ##### 🐛 Bug Fixes - **(lock)** validate platform qualifiers when reading from lockfile by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;7181](https://redirect.github.com/jdx/mise/pull/7181) - **(task)** retry shebang scripts on ETXTBUSY by [@&#8203;iamkroot](https://redirect.github.com/iamkroot) in [#&#8203;7162](https://redirect.github.com/jdx/mise/pull/7162) - **(ui)** remove duplicate 'mise' prefix in verbose footer output by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;7174](https://redirect.github.com/jdx/mise/pull/7174) ##### 📦️ Dependency Updates - bump usage-lib to 2.9.0 by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;7177](https://redirect.github.com/jdx/mise/pull/7177) ##### 📦 Registry - remove duplicated ubi and github backends from gping by [@&#8203;risu729](https://redirect.github.com/risu729) in [#&#8203;7144](https://redirect.github.com/jdx/mise/pull/7144) - disable bashly test (not working in CI) by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;7173](https://redirect.github.com/jdx/mise/pull/7173) - disable cfn-lint test (failing in CI) by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;7176](https://redirect.github.com/jdx/mise/pull/7176) ##### Chore - add fd to mise.toml by [@&#8203;blampe](https://redirect.github.com/blampe) in [#&#8203;7178](https://redirect.github.com/jdx/mise/pull/7178) ##### New Contributors - [@&#8203;RobotSupervisor](https://redirect.github.com/RobotSupervisor) made their first contribution in [#&#8203;7164](https://redirect.github.com/jdx/mise/pull/7164) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f687e5f commit e11fbc5

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
1717
with:
18-
version: v2025.11.11
19-
sha256: 707b686ef2ea040ee98138287ac415039d8e8c7d6783c3d139eda8209497fea2
18+
version: v2025.12.0
19+
sha256: 5b7b9992950b65569b4f6f1c78b05abceea2506f15b750a4b9781f33c6cc1ae4
2020
- name: Run acceptance tests
2121
run: mise run acceptance-test

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
persist-credentials: false
1515
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
1616
with:
17-
version: v2025.11.11
18-
sha256: 707b686ef2ea040ee98138287ac415039d8e8c7d6783c3d139eda8209497fea2
17+
version: v2025.12.0
18+
sha256: 5b7b9992950b65569b4f6f1c78b05abceea2506f15b750a4b9781f33c6cc1ae4
1919
- name: Cache local Maven repository
2020
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2121
with:

.github/workflows/github-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
fetch-depth: 0
4040
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
4141
with:
42-
version: v2025.11.11
43-
sha256: 707b686ef2ea040ee98138287ac415039d8e8c7d6783c3d139eda8209497fea2
42+
version: v2025.12.0
43+
sha256: 5b7b9992950b65569b4f6f1c78b05abceea2506f15b750a4b9781f33c6cc1ae4
4444
cache: "false"
4545
- name: Setup Pages
4646
id: pages

.github/workflows/lint-rest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
1717
with:
18-
version: v2025.11.11
19-
sha256: 707b686ef2ea040ee98138287ac415039d8e8c7d6783c3d139eda8209497fea2
18+
version: v2025.12.0
19+
sha256: 5b7b9992950b65569b4f6f1c78b05abceea2506f15b750a4b9781f33c6cc1ae4
2020
- name: Lint
2121
run: mise run lint:rest

.github/workflows/native-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
1717
with:
18-
version: v2025.11.11
19-
sha256: 707b686ef2ea040ee98138287ac415039d8e8c7d6783c3d139eda8209497fea2
18+
version: v2025.12.0
19+
sha256: 5b7b9992950b65569b4f6f1c78b05abceea2506f15b750a4b9781f33c6cc1ae4
2020
env:
2121
MISE_ENV: native
2222
- name: Run native tests

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626

2727
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
2828
with:
29-
version: v2025.11.11
30-
sha256: 707b686ef2ea040ee98138287ac415039d8e8c7d6783c3d139eda8209497fea2
29+
version: v2025.12.0
30+
sha256: 5b7b9992950b65569b4f6f1c78b05abceea2506f15b750a4b9781f33c6cc1ae4
3131
cache: false
3232

3333
- name: Build release version

.github/workflows/test-release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
persist-credentials: false
1919
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
2020
with:
21-
version: v2025.11.11
22-
sha256: 707b686ef2ea040ee98138287ac415039d8e8c7d6783c3d139eda8209497fea2
21+
version: v2025.12.0
22+
sha256: 5b7b9992950b65569b4f6f1c78b05abceea2506f15b750a4b9781f33c6cc1ae4
2323
- name: Cache local Maven repository
2424
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2525
with:

0 commit comments

Comments
 (0)