Skip to content

Commit a3f97bb

Browse files
🧺 chore(deps): update jdx/mise-action action to v4 (#30)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jdx/mise-action](https://redirect.github.com/jdx/mise-action) | action | major | `v3.6.3` → `v4.0.1` | --- ### Release Notes <details> <summary>jdx/mise-action (jdx/mise-action)</summary> ### [`v4.0.1`](https://redirect.github.com/jdx/mise-action/releases/tag/v4.0.1): : Documentation and Internal Cleanup [Compare Source](https://redirect.github.com/jdx/mise-action/compare/v4.0.0...v4.0.1) 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 - Updated all README examples to reference `jdx/mise-action@v4`, `actions/checkout@v6`, and current tool versions by [@&#8203;deining](https://redirect.github.com/deining) in [#&#8203;407](https://redirect.github.com/jdx/mise-action/pull/407) and [#&#8203;408](https://redirect.github.com/jdx/mise-action/pull/408) - Extracted `getCwd()` helper to deduplicate working directory resolution logic (internal refactor, no behavior change) by [@&#8203;altendky](https://redirect.github.com/altendky) in [#&#8203;403](https://redirect.github.com/jdx/mise-action/pull/403) ##### New Contributors - [@&#8203;deining](https://redirect.github.com/deining) made their first contribution in [#&#8203;407](https://redirect.github.com/jdx/mise-action/pull/407) **Full Changelog**: <jdx/mise-action@v4.0.0...v4.0.1> ### [`v4.0.0`](https://redirect.github.com/jdx/mise-action/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/jdx/mise-action/compare/v3.6.3...v4.0.0) ##### What's Changed - chore(deps): lock file maintenance by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;392](https://redirect.github.com/jdx/mise-action/pull/392) - chore(deps): update actions/setup-node digest to [`53b8394`](https://redirect.github.com/jdx/mise-action/commit/53b8394) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;396](https://redirect.github.com/jdx/mise-action/pull/396) - feat!: Update Node.js version from 20 to 24 by [@&#8203;tumerorkun](https://redirect.github.com/tumerorkun) in [#&#8203;395](https://redirect.github.com/jdx/mise-action/pull/395) - chore(deps): update github/codeql-action digest to [`820e316`](https://redirect.github.com/jdx/mise-action/commit/820e316) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;397](https://redirect.github.com/jdx/mise-action/pull/397) - chore: release v4.0.0 by [@&#8203;mise-en-dev](https://redirect.github.com/mise-en-dev) in [#&#8203;398](https://redirect.github.com/jdx/mise-action/pull/398) ##### New Contributors - [@&#8203;tumerorkun](https://redirect.github.com/tumerorkun) made their first contribution in [#&#8203;395](https://redirect.github.com/jdx/mise-action/pull/395) **Full Changelog**: <jdx/mise-action@v3...v4.0.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/UniquePixels/unicorn). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuMTIwLjIiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6de7764 commit a3f97bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/actions/setup-env/action.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: composite
66
steps:
77
- name: Setup mise
8-
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
8+
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
99
- name: Setup cache
1010
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
1111
with:

0 commit comments

Comments
 (0)