ericcornelissen/Tool Versions Update Action
Update tools in your .tool-versions file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| max | The maximum number of tools to update. 0 indicates no maximum. | no | 0 |
| not | A comma-separated list of tools that should NOT be updated. | no | "" |
| only | A comma-separated list of tools that should be updated, ignoring others. | no | "" |
| skip | A newline-separated list of "tool version" pairs that should NOT be updated to. | no | "" |
Outputs
| name | description |
|---|---|
| did-update | true if at least one tool was updated, false otherwise. |
| updated-count | The number of tools that were updated. |
| updated-new-versions | A comma separated list of the new versions of updated tools. |
| updated-old-versions | A comma separated list of the old versions of updated tools. |
| updated-tools | A comma separated list of the names of the updated tools. |
| updated-tools-table | A markdown table showing the tool names with their old and new versions. |