Below you will find pages that utilize the taxonomy term “Jylenhof”
August 17, 2026
Mise Update Tool
Version updated for https://github.com/jylenhof/mise-update-tool to version v1.0.4.
This action is used across all versions by 4 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action mise-update-tool automates the process of upgrading tools defined in a local mise configuration file. It uses the mise upgrade --bump --local command to update specified or all local tools, and optionally opens pull requests if config files change. This helps maintain tool versions and ensures consistency across projects.
August 1, 2026
Mise Update Tool
Version updated for https://github.com/jylenhof/mise-update-tool to version v1.0.2.
This action is used across all versions by 4 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates tool upgrades using Mise, a dependency manager for JavaScript projects. It lists and upgrades local tools specified in a mise config file, optionally creating pull requests with commit and branch prefixes if any files are modified during the upgrade process. The action is useful for maintaining consistent dependencies across multiple repositories.