chore(deps): update jdx/mise-action action to v4#236
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
53bdb44 to
d9feddb
Compare
c6e4cfd to
b9e3019
Compare
e28f974 to
665d455
Compare
665d455 to
25050a5
Compare
25050a5 to
56a6ea2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2→v4Release Notes
jdx/mise-action (jdx/mise-action)
v4.1.0: : automatic --locked installsCompare Source
This release adds automatic locked installs when a
mise.lockis present, and fixes a long-standing cache-key collision that could poison tool installs when workflows migrate between runner providers.Added
Automatic
--lockedinstall whenmise.lockexists (#495) by @zeitlingerWhen a repo contains
mise.lock, the action now automatically passes--lockedtomise install(on mise versions that support it). This removes the need to manually setinstall_args: --lockedand preventsmise installfrom silently mutating the lockfile in CI. Explicitinstall_argsand older mise versions are still respected.Note: workflows with a stale lockfile may now fail earlier and more explicitly instead of silently updating
mise.lockmid-run — this surfaces lockfile drift rather than hiding it.Fixed
macos15,ubuntu24for GitHub-hosted runners;self-hostedotherwise). Previously, repos migrating between providers like github-hosted, namespace.so, BuildJet, and self-hosted runners with the same OS/arch could restore a peer provider's~/.local/share/mise/installs/*, causing failures likedoes not have an executable named '…'or SIGILL crashes from binaries built against a different glibc/CPU featureset. Expect a one-time cache miss after upgrading; thereafter the cache stays scoped per image.mise-shim.exemissing on Windows (#476) by @risu729 — the action now installsmise-shim.exealongsidemise.exeand repairs restored caches that lack the shim. Fixes #475.Changed
Full Changelog: jdx/mise-action@v4.0.1...v4.1.0
v4.0.1: : Documentation and Internal CleanupCompare Source
A small maintenance release that updates the README documentation to reflect v4 and cleans up internal code. There are no functional changes to the action itself.
Changed
jdx/mise-action@v4,actions/checkout@v6, and current tool versions by @deining in #407 and #408getCwd()helper to deduplicate working directory resolution logic (internal refactor, no behavior change) by @altendky in #403New Contributors
Full Changelog: jdx/mise-action@v4.0.0...v4.0.1
v4.0.0Compare Source
What's Changed
53b8394by @renovate[bot] in #396820e316by @renovate[bot] in #397New Contributors
Full Changelog: jdx/mise-action@v3...v4.0.0
v4Compare Source
v3.6.3Compare Source
What's Changed
New Contributors
Full Changelog: jdx/mise-action@v3.6.2...v3.6.3
v3.6.2Compare Source
What's Changed
439137eby @renovate[bot] in #3707a166d7by @renovate[bot] in #375de0fac2by @renovate[bot] in #374b5ebac6by @renovate[bot] in #378f5c2471by @renovate[bot] in #3804558047by @renovate[bot] in #387New Contributors
Full Changelog: jdx/mise-action@v3.6.1...v3.6.2
v3.6.1Compare Source
What's Changed
Full Changelog: jdx/mise-action@v3.6.0...v3.6.1
v3.6.0Compare Source
What's Changed
497990dby @renovate[bot] in #32445c3735by @renovate[bot] in #346mise_tomlinput by @quad in #3516044e13by @renovate[bot] in #3614bdb89fby @renovate[bot] in #362New Contributors
Full Changelog: jdx/mise-action@v3.5.1...v3.6.0
v3.5.1Compare Source
What's Changed
Full Changelog: jdx/mise-action@v3.5.0...v3.5.1
v3.5.0Compare Source
What's Changed
f94c9beby @renovate[bot] in #319New Contributors
Full Changelog: jdx/mise-action@v3.4.1...v3.5.0
v3.4.1Compare Source
What's Changed
New Contributors
Full Changelog: jdx/mise-action@v3.4.0...v3.4.1
v3.4.0Compare Source
What's Changed
a8d1ac4by @renovate[bot] in #293755f449by @renovate[bot] in #2964221315by @renovate[bot] in #2995d5cd55by @renovate[bot] in #302awaittocore.groupcalls by @smorimoto in #305New Contributors
Full Changelog: jdx/mise-action@v3.3.1...v3.4.0
v3.3.1Compare Source
What's Changed
Full Changelog: jdx/mise-action@v3.3.0...v3.3.1
v3.3.0Compare Source
What's Changed
d3678e2by @renovate[bot] in #25908eba0bby @renovate[bot] in #258192325cby @renovate[bot] in #269303c0aeby @renovate[bot] in #274,inMISE_ENVwith-by @risu729 in #27864d10c1by @renovate[bot] in #279New Contributors
Full Changelog: jdx/mise-action@v3.2.0...v3.3.0
v3.2.0Compare Source
What's Changed
e32d7e6by @renovate[bot] in #24908eba0bby @renovate[bot] in #248Full Changelog: jdx/mise-action@v3.1.0...v3.2.0
v3.1.0Compare Source
What's Changed
New Contributors
Full Changelog: jdx/mise-action@v3.0.2...v3.1.0
v3.0.2Compare Source
What's Changed
Full Changelog: jdx/mise-action@v3.0.1...v3.0.2
v3.0.1Compare Source
What's Changed
Full Changelog: jdx/mise-action@v3.0.0...v3.0.1
v3.0.0Compare Source
What's Changed
c37c932by @renovate[bot] in #23451f7732by @renovate[bot] in #233New Contributors
Full Changelog: jdx/mise-action@v2...v3.0.0
v3Compare Source
🚀 Features
🐛 Bug Fixes
awaittocore.groupcalls (#305) by @smorimoto in #305📚 Documentation
⚙️ Miscellaneous Tasks
New Contributors
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.