Skip to content

Commit 68ba5a7

Browse files
chore(deps): update jdx/mise-action action to v3.5.0 (#1700)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jdx/mise-action](https://redirect.github.com/jdx/mise-action) | action | minor | `v3.4.1` -> `v3.5.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jdx/mise-action (jdx/mise-action)</summary> ### [`v3.5.0`](https://redirect.github.com/jdx/mise-action/releases/tag/v3.5.0) [Compare Source](https://redirect.github.com/jdx/mise-action/compare/v3.4.1...v3.5.0) ##### What's Changed - chore(deps): update github/codeql-action digest to [`f94c9be`](https://redirect.github.com/jdx/mise-action/commit/f94c9be) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;319](https://redirect.github.com/jdx/mise-action/pull/319) - chore(deps): update dependency [@&#8203;types/node](https://redirect.github.com/types/node) to v24.10.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;320](https://redirect.github.com/jdx/mise-action/pull/320) - feat(action): moved save cache to post step by [@&#8203;aamkye](https://redirect.github.com/aamkye) in [#&#8203;321](https://redirect.github.com/jdx/mise-action/pull/321) - chore(deps): update actions/checkout digest by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;323](https://redirect.github.com/jdx/mise-action/pull/323) - chore: release v3.5.0 by [@&#8203;mise-en-dev](https://redirect.github.com/mise-en-dev) in [#&#8203;322](https://redirect.github.com/jdx/mise-action/pull/322) ##### New Contributors - [@&#8203;aamkye](https://redirect.github.com/aamkye) made their first contribution in [#&#8203;321](https://redirect.github.com/jdx/mise-action/pull/321) **Full Changelog**: <jdx/mise-action@v3.4.1...v3.5.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a71bd3 commit 68ba5a7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
16-
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
16+
- uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0
1717
with:
1818
version: v2025.11.5
1919
sha256: 5dc683fc1ff3b1d2da41b962af110186c8caa059ebfd65ae48a2969c9a13de58

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1313
with:
1414
persist-credentials: false
15-
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
15+
- uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0
1616
with:
1717
version: v2025.11.5
1818
sha256: 5dc683fc1ff3b1d2da41b962af110186c8caa059ebfd65ae48a2969c9a13de58

.github/workflows/github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838
fetch-tags: "true"
3939
fetch-depth: 0
40-
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
40+
- uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0
4141
with:
4242
version: v2025.11.5
4343
sha256: 5dc683fc1ff3b1d2da41b962af110186c8caa059ebfd65ae48a2969c9a13de58

.github/workflows/lint-rest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16-
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
16+
- uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0
1717
with:
1818
version: v2025.11.5
1919
sha256: 5dc683fc1ff3b1d2da41b962af110186c8caa059ebfd65ae48a2969c9a13de58

.github/workflows/native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
16-
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
16+
- uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0
1717
with:
1818
version: v2025.11.5
1919
sha256: 5dc683fc1ff3b1d2da41b962af110186c8caa059ebfd65ae48a2969c9a13de58

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626

27-
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
27+
- uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0
2828
with:
2929
version: v2025.11.5
3030
sha256: 5dc683fc1ff3b1d2da41b962af110186c8caa059ebfd65ae48a2969c9a13de58

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1717
with:
1818
persist-credentials: false
19-
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
19+
- uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3.5.0
2020
with:
2121
version: v2025.11.5
2222
sha256: 5dc683fc1ff3b1d2da41b962af110186c8caa059ebfd65ae48a2969c9a13de58

0 commit comments

Comments
 (0)