Bump jdx/mise-action from 4.0.1 to 4.2.0 - #63
Conversation
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 4.0.1 to 4.2.0. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@1648a78...e6a8b39) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis is a routine Dependabot bump of
Confidence Score: 5/5Safe to merge — all changes are a mechanical SHA update to a well-maintained GitHub Action with no logic or config changes. All 8 occurrences across the three workflow files are updated consistently to the correct commit SHA for v4.2.0. The new version is backward-compatible and brings useful fixes (locked installs, cache-key scoping, wget fallback). No workflow logic, permissions, secrets handling, or other configuration was altered. No files require special attention.
|
| Filename | Overview |
|---|---|
| .github/workflows/ci.yml | Updates 3 occurrences of jdx/mise-action from v4.0.1 to v4.2.0; no other changes. |
| .github/workflows/release.yml | Updates 3 occurrences of jdx/mise-action from v4.0.1 to v4.2.0; no other changes. |
| .github/workflows/snapshot.yml | Updates 2 occurrences of jdx/mise-action from v4.0.1 to v4.2.0; no other changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[GitHub Workflow Triggered] --> B[actions/checkout]
B --> C["jdx/mise-action@e6a8b39 (v4.2.0)"]
C --> D{mise.lock present?}
D -- Yes --> E[mise --locked install]
D -- No --> F[mise install]
E --> G[Run Gradle / mise tasks]
F --> G
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[GitHub Workflow Triggered] --> B[actions/checkout]
B --> C["jdx/mise-action@e6a8b39 (v4.2.0)"]
C --> D{mise.lock present?}
D -- Yes --> E[mise --locked install]
D -- No --> F[mise install]
E --> G[Run Gradle / mise tasks]
F --> G
Reviews (1): Last reviewed commit: "Bump jdx/mise-action from 4.0.1 to 4.2.0" | Re-trigger Greptile
Bumps jdx/mise-action from 4.0.1 to 4.2.0.
Release notes
Sourced from jdx/mise-action's releases.
... (truncated)
Changelog
Sourced from jdx/mise-action's changelog.
... (truncated)
Commits
e6a8b39chore: release v4.2.0 (#504)884d428fix: fall back to wget when curl is unavailable (#521)5f61b63feat: support bootstrap mode (#522)03d5391chore(deps): update node.js to v24.16.0 (#519)0f82543chore(deps): update node.js to v24.16.0 (#518)5d76934chore(deps): update dependency rollup to v4.61.1 (#516)80781a5chore(deps): update jdx/mise-action action to v4.1.0 (#517)f1eae89chore(deps): update dependency js-yaml to v4.2.0 (#515)ab3e780chore(deps): update typescript-eslint monorepo to v8.60.1 (#514)17d3aa0chore(deps): update github/codeql-action action to v4.36.2 (#513)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)