Skip to content

build(deps): bump jdx/mise-action from 4.2.1 to 4.2.2 - #1853

Merged
computermode merged 1 commit into
mainfrom
dependabot/github_actions/jdx/mise-action-4.2.2
Jul 24, 2026
Merged

build(deps): bump jdx/mise-action from 4.2.1 to 4.2.2#1853
computermode merged 1 commit into
mainfrom
dependabot/github_actions/jdx/mise-action-4.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

https://entire.io/gh/entireio/cli/trails/938

Bumps jdx/mise-action from 4.2.1 to 4.2.2.

Release notes

Sourced from jdx/mise-action's releases.

v4.2.2: Zstd tar fallback for older runners

A small patch release that fixes archive selection on runners with an older tar and corrects a stale default in the README.

Fixed

Verify tar supports Zstd before picking .tar.zst (#569 by @​JackMyers001

The action previously chose the .tar.zst mise archive whenever zstd --version succeeded, then extracted it with tar --zstd. On RHEL 8-compatible runners that ship zstd 1.4.4 alongside GNU tar 1.30, the --zstd option isn't recognized and installation failed.

Detection now runs both checks:

zstd --version
tar --zstd --version

If either fails, the action falls back to the .tar.gz archive. No configuration change is required — existing workflows on affected runners just start working again. Fixes #568.

Documentation

  • Update the cache_key_prefix example in the README to reflect the current default of mise-v1 (previously documented as mise-v0) (#570 by @​muzimuzhi).

New Contributors

Full Changelog: jdx/mise-action@v4.2.1...v4.2.2

Changelog

Sourced from jdx/mise-action's changelog.

Changelog


4.2.2 - 2026-07-24

🐛 Bug Fixes

📚 Documentation

New Contributors


4.2.1 - 2026-07-16

🐛 Bug Fixes

🔍 Other Changes

⚙️ Miscellaneous Tasks


4.2.0 - 2026-06-17

🚀 Features

🐛 Bug Fixes

📚 Documentation

... (truncated)

Commits
  • f10502f chore: release v4.2.2 (#567)
  • 5df6b79 chore(deps): update zizmorcore/zizmor-action action to v0.6.0 (#574)
  • be707ec chore(deps): update jdx/mise-action action to v4.2.1 (#572)
  • d0f7879 chore(deps): update github/codeql-action action to v4.37.1 (#571)
  • fc371b7 docs: update default value of cache_key_prefix (#570)
  • 5c77551 fix: ensure tar supports Zstd (#569)
  • a63ca4f fix(release-plz): exit when git-cliff produces no version bump (#566)
  • 3a3b22b chore(deps): lock file maintenance lockfile maintenance (#510)
  • 44977e5 chore(deps): update dependency typescript to v7 (#562)
  • b3bc04e chore(deps): update node.js to v24.18.0 (#561)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/jdx/mise-action/releases)
- [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md)
- [Commits](jdx/mise-action@dad1bfd...f10502f)

---
updated-dependencies:
- dependency-name: jdx/mise-action
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 24, 2026 18:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 24, 2026
@computermode
computermode enabled auto-merge July 24, 2026 18:29
@computermode
computermode merged commit 42ab2ab into main Jul 24, 2026
12 checks passed
@computermode
computermode deleted the dependabot/github_actions/jdx/mise-action-4.2.2 branch July 24, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Development

Successfully merging this pull request may close these issues.

1 participant