Skip to content

Commit 1a8b97c

Browse files
Update jdx/mise-action action to v3 (#1523)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jdx/mise-action](https://redirect.github.com/jdx/mise-action) | action | major | `v2.4.4` -> `v3.0.2` | --- > [!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.0.2`](https://redirect.github.com/jdx/mise-action/releases/tag/v3.0.2) [Compare Source](https://redirect.github.com/jdx/mise-action/compare/v3.0.1...v3.0.2) #### What's Changed - chore: release v3.0.2 by [@&#8203;jdx](https://redirect.github.com/jdx) in [https://github.com/jdx/mise-action/pull/245](https://redirect.github.com/jdx/mise-action/pull/245) **Full Changelog**: jdx/mise-action@v3.0.1...v3.0.2 ### [`v3.0.1`](https://redirect.github.com/jdx/mise-action/releases/tag/v3.0.1) [Compare Source](https://redirect.github.com/jdx/mise-action/compare/v3.0.0...v3.0.1) #### What's Changed - chore: updated deps by [@&#8203;jdx](https://redirect.github.com/jdx) in [https://github.com/jdx/mise-action/pull/244](https://redirect.github.com/jdx/mise-action/pull/244) - chore: release v3.0.1 by [@&#8203;jdx](https://redirect.github.com/jdx) in [https://github.com/jdx/mise-action/pull/243](https://redirect.github.com/jdx/mise-action/pull/243) **Full Changelog**: jdx/mise-action@v3.0.0...v3.0.1 ### [`v3.0.0`](https://redirect.github.com/jdx/mise-action/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/jdx/mise-action/compare/v2.4.4...v3.0.0) #### What's Changed - chore(deps): update jdx/mise-action digest to [`c37c932`](https://redirect.github.com/jdx/mise-action/commit/c37c932) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/jdx/mise-action/pull/234](https://redirect.github.com/jdx/mise-action/pull/234)4 - chore(deps): update github/codeql-action digest to [`51f7732`](https://redirect.github.com/jdx/mise-action/commit/51f7732) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/jdx/mise-action/pull/233](https://redirect.github.com/jdx/mise-action/pull/233)3 - feat: export env vars from mise.toml by [@&#8203;maelp](https://redirect.github.com/maelp) in [https://github.com/jdx/mise-action/pull/241](https://redirect.github.com/jdx/mise-action/pull/241) - chore: release v3.0.0 by [@&#8203;jdx](https://redirect.github.com/jdx) in [https://github.com/jdx/mise-action/pull/242](https://redirect.github.com/jdx/mise-action/pull/242) #### New Contributors - [@&#8203;maelp](https://redirect.github.com/maelp) made their first contribution in [https://github.com/jdx/mise-action/pull/241](https://redirect.github.com/jdx/mise-action/pull/241) **Full Changelog**: jdx/mise-action@v2...v3.0.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:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6343a93 commit 1a8b97c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
16+
- uses: jdx/mise-action@c0b8518a9f5e56c720e9545c993b77ff15dc7b27 # v3.0.2
1717
with:
1818
version: v2025.8.12
1919
sha256: a1c71340a2c1865fa4fe85e1d3691b111cd4bf86d56366979247bf2a595777d6

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313
with:
1414
persist-credentials: false
15-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
15+
- uses: jdx/mise-action@c0b8518a9f5e56c720e9545c993b77ff15dc7b27 # v3.0.2
1616
with:
1717
version: v2025.8.12
1818
sha256: a1c71340a2c1865fa4fe85e1d3691b111cd4bf86d56366979247bf2a595777d6

.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@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
40+
- uses: jdx/mise-action@c0b8518a9f5e56c720e9545c993b77ff15dc7b27 # v3.0.2
4141
with:
4242
version: v2025.8.12
4343
sha256: a1c71340a2c1865fa4fe85e1d3691b111cd4bf86d56366979247bf2a595777d6

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
16+
- uses: jdx/mise-action@c0b8518a9f5e56c720e9545c993b77ff15dc7b27 # v3.0.2
1717
with:
1818
version: v2025.8.12
1919
sha256: a1c71340a2c1865fa4fe85e1d3691b111cd4bf86d56366979247bf2a595777d6

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
16+
- uses: jdx/mise-action@c0b8518a9f5e56c720e9545c993b77ff15dc7b27 # v3.0.2
1717
with:
1818
version: v2025.8.12
1919
sha256: a1c71340a2c1865fa4fe85e1d3691b111cd4bf86d56366979247bf2a595777d6

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
with:
1818
persist-credentials: false
19-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
19+
- uses: jdx/mise-action@c0b8518a9f5e56c720e9545c993b77ff15dc7b27 # v3.0.2
2020
with:
2121
version: v2025.8.12
2222
sha256: a1c71340a2c1865fa4fe85e1d3691b111cd4bf86d56366979247bf2a595777d6

0 commit comments

Comments
 (0)