h3y6e/mise-upgrade-action
Run mise upgrade --bump and create a pull request if needed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 20, 2026
- License
- MIT
Pinned Snippet
uses: h3y6e/mise-upgrade-action@fa9c799ef50e9a384ece4348b4b26d11bcb4cc63 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token used for mise setup and pull request creation. When omitted, the action uses the workflow GITHUB_TOKEN. | no | — |
| working-directory | Directory where mise commands should run. | no | . |
| tools | Whitespace-separated mise tools to upgrade. Empty upgrades all configured tools. | no | "" |
| branch | The pull request branch name. | no | mise-upgrade-action/patch |
| commit-message | The message to use when committing changes. | no | [mise-upgrade-action] automated change |
| title | The title of the pull request. | no | Changes by mise-upgrade-action |
| body | The body of the pull request. | no | Automated changes by [mise-upgrade-action](https://github.com/h3y6e/mise-upgrade-action). |
Outputs
| name | description |
|---|---|
| pr-number | The pull request number. |
| pr-url | The pull request URL. |