Skip to content

Commit 7609fd9

Browse files
chore(deps): update jdx/mise-action action to v3 (#528)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jdx/mise-action](https://redirect.github.com/jdx/mise-action) | action | major | `v2` → `v3` | --- ### Release Notes <details> <summary>jdx/mise-action (jdx/mise-action)</summary> ### [`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 [@&#8203;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 ([#&#8203;308](https://redirect.github.com/jdx/mise-action/issues/308)) by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;308](https://redirect.github.com/jdx/mise-action/pull/308) ##### 🐛 Bug Fixes - add missing `await` to `core.group` calls ([#&#8203;305](https://redirect.github.com/jdx/mise-action/issues/305)) by [@&#8203;smorimoto](https://redirect.github.com/smorimoto) in [#&#8203;305](https://redirect.github.com/jdx/mise-action/pull/305) - auto-update dist folder in Renovate PRs via GitHub Actions ([#&#8203;306](https://redirect.github.com/jdx/mise-action/issues/306)) by [@&#8203;jdx](https://redirect.github.com/jdx) in [#&#8203;306](https://redirect.github.com/jdx/mise-action/pull/306) - configure Renovate to ignore github-actions\[bot] commits by [@&#8203;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 [@&#8203;jdx](https://redirect.github.com/jdx) in [6d0fd75](https://redirect.github.com/jdx/mise-action/commit/6d0fd75ed51124702e37bfcf6e977da73f64b4e1) ##### 📚 Documentation - update to v3 in README ([#&#8203;290](https://redirect.github.com/jdx/mise-action/issues/290)) by [@&#8203;pdecat](https://redirect.github.com/pdecat) in [#&#8203;290](https://redirect.github.com/jdx/mise-action/pull/290) ##### ⚙️ Miscellaneous Tasks - upgrade all workflows to Node 24 by [@&#8203;jdx](https://redirect.github.com/jdx) in [c7b5f37](https://redirect.github.com/jdx/mise-action/commit/c7b5f37cadd1a385188a023510a966efa5eed247) - remove unused workflow by [@&#8203;jdx](https://redirect.github.com/jdx) in [aecb23d](https://redirect.github.com/jdx/mise-action/commit/aecb23d92f0e50768578578f309255414a23561d) ##### New Contributors - [@&#8203;smorimoto](https://redirect.github.com/smorimoto) made their first contribution in [#&#8203;305](https://redirect.github.com/jdx/mise-action/pull/305) - [@&#8203;pdecat](https://redirect.github.com/pdecat) made their first contribution in [#&#8203;290](https://redirect.github.com/jdx/mise-action/pull/290) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on friday" in timezone America/Chicago, 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/jdx/usage). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41Ni4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55bc24f commit 7609fd9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
shared-key: test
2525
save-if: false
26-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2
26+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
2727
- run: mise r autofix
2828
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 # v1.3.3

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2
20+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
2121
- run: rustup update stable
2222
- run: rustup component add llvm-tools-preview --toolchain stable-x86_64-unknown-linux-gnu
2323
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2

.github/workflows/publish-cli.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
submodules: recursive
2828
fetch-depth: 0
29-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2
29+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
3030
- name: Create draft release
3131
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
3232
run: |
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
submodules: recursive
9090
- uses: dtolnay/rust-toolchain@stable
91-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2
91+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
9292
with:
9393
experimental: true
9494
- if: matrix.os == 'macos-latest'
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
119119
with:
120120
submodules: recursive
121-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2
121+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
122122
- run: gh release edit ${{ github.ref_name }} --draft=false
123123
if: ${{ github.event_name != 'workflow_dispatch' }}
124124
enhance-release:
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
submodules: recursive
132132
fetch-depth: 0
133-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2
133+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
134134
- run: communique generate "${{ github.ref_name }}" --github-release
135135
env:
136136
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
shared-key: test
3333
save-if: false
34-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2
34+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
3535
with:
3636
experimental: true
3737
- run: mise trust --all

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
2323
with:
2424
shared-key: test
25-
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2
25+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
2626
- run: mise r build
2727
- run: mise r test
2828
- run: mise r lint

0 commit comments

Comments
 (0)