From 970e54e062103d842bf8005bd0baef6c51b26011 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:46:00 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4 (#431) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jdx/mise-action](https://redirect.github.com/jdx/mise-action) | action | major | `v2` → `v4` | --- ### Release Notes
jdx/mise-action (jdx/mise-action) ### [`v4`](https://redirect.github.com/jdx/mise-action/compare/v3...v4) [Compare Source](https://redirect.github.com/jdx/mise-action/compare/v3...v4) ### [`v3`](https://redirect.github.com/jdx/mise-action/blob/HEAD/CHANGELOG.md#340---2025-10-31) [Compare Source](https://redirect.github.com/jdx/mise-action/compare/v2...v3) ##### 🚀 Features - use autofix.ci to auto-update dist/ on all PRs by [@​jdx](https://redirect.github.com/jdx) in [16e9fd5](https://redirect.github.com/jdx/mise-action/commit/16e9fd5251189c3d389adb836f243575c134d680) - use autofix.ci to auto-update dist/ on all PRs ([#​308](https://redirect.github.com/jdx/mise-action/issues/308)) by [@​jdx](https://redirect.github.com/jdx) in [#​308](https://redirect.github.com/jdx/mise-action/pull/308) ##### 🐛 Bug Fixes - add missing `await` to `core.group` calls ([#​305](https://redirect.github.com/jdx/mise-action/issues/305)) by [@​smorimoto](https://redirect.github.com/smorimoto) in [#​305](https://redirect.github.com/jdx/mise-action/pull/305) - auto-update dist folder in Renovate PRs via GitHub Actions ([#​306](https://redirect.github.com/jdx/mise-action/issues/306)) by [@​jdx](https://redirect.github.com/jdx) in [#​306](https://redirect.github.com/jdx/mise-action/pull/306) - configure Renovate to ignore github-actions\[bot] commits by [@​jdx](https://redirect.github.com/jdx) in [993e7d0](https://redirect.github.com/jdx/mise-action/commit/993e7d0bb6f3422ef833a702b90e2a44909ec651) - run auto-update-dist workflow on all PRs by [@​jdx](https://redirect.github.com/jdx) in [6d0fd75](https://redirect.github.com/jdx/mise-action/commit/6d0fd75ed51124702e37bfcf6e977da73f64b4e1) ##### 📚 Documentation - update to v3 in README ([#​290](https://redirect.github.com/jdx/mise-action/issues/290)) by [@​pdecat](https://redirect.github.com/pdecat) in [#​290](https://redirect.github.com/jdx/mise-action/pull/290) ##### ⚙️ Miscellaneous Tasks - upgrade all workflows to Node 24 by [@​jdx](https://redirect.github.com/jdx) in [c7b5f37](https://redirect.github.com/jdx/mise-action/commit/c7b5f37cadd1a385188a023510a966efa5eed247) - remove unused workflow by [@​jdx](https://redirect.github.com/jdx) in [aecb23d](https://redirect.github.com/jdx/mise-action/commit/aecb23d92f0e50768578578f309255414a23561d) ##### New Contributors - [@​smorimoto](https://redirect.github.com/smorimoto) made their first contribution in [#​305](https://redirect.github.com/jdx/mise-action/pull/305) - [@​pdecat](https://redirect.github.com/pdecat) made their first contribution in [#​290](https://redirect.github.com/jdx/mise-action/pull/290) ***
--- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - Branch creation - Only on Friday (`* * * * 5`) - 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release-plz.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index c9cfe35..6fbb4d3 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 submodules: recursive token: ${{ secrets.RELEASE_PLZ_GITHUB_TOKEN }} - - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 - run: mise run release-plz env: DRY_RUN: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7696689..6dab23e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup mise - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 - name: Release run: ./scripts/postversion.sh @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 - - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 - name: Enhance release notes with communique run: | TAG_NAME="v$(jq -r .version package.json)"