You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): update jdx/mise-action action to v4.2.4 (#594)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [jdx/mise-action](https://redirect.github.com/jdx/mise-action) |
action | patch | `v4.2.3` → `v4.2.4` |
---
### Release Notes
<details>
<summary>jdx/mise-action (jdx/mise-action)</summary>
###
[`v4.2.4`](https://redirect.github.com/jdx/mise-action/releases/tag/v4.2.4):
: Reliable locking detection under forced color
[Compare
Source](https://redirect.github.com/jdx/mise-action/compare/v4.2.3...v4.2.4)
A small patch release that fixes locking-support detection when
workflows force colored output.
##### Fixed
##### Detect `mise install --locked` reliably under forced color
([#​580](https://redirect.github.com/jdx/mise-action/pull/580) by
[@​scop](https://redirect.github.com/scop))
When colored output was forced globally (for example via
`CLICOLOR_FORCE=1`), ANSI escape codes in `mise install --help`
prevented the action from matching `--locked` in the help text, so
locking support was reported as unavailable even on versions of mise
that supported it.
The help probe now runs with `NO_COLOR=1` in its environment, which
overrides `CLICOLOR_FORCE` and guarantees plain-text output for the
feature detection — regardless of the surrounding workflow's color
settings.
**Full Changelog**:
<v4.2.3...v4.2.4>
</details>
---
### Configuration
📅 **Schedule**: (in timezone America/Chicago)
- Branch creation
- Only on Tuesday (`* * * * 2`)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- 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/jdx/mise-action).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yNC4wIiwidXBkYXRlZEluVmVyIjoiNDQuMjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments