iotabread/Minecraft Update Checker
Checks for new Minecraft Java Edition versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 10, 2024
- License
- MIT
Pinned Snippet
uses: iotabread/minecraft-update-check-action@edc527fb56d794388be95fe42cab0cfdde54849d # 0.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version-manifest-url | An url to the version manifest to check against | no | https://launchermeta.mojang.com/mc/game/version_manifest_v2.json |
| cache-base-key | Base cache key | no | mc-update-manifest- |
| debug-disable-cache-storing | [DEBUG] Whether to disable cache storing | no | false |
Outputs
| name | description |
|---|---|
| id | The new version id, or an empty string |
| type | The new version type, or an empty string |
| url | A url to the version json of the new version, or an empty string |