actions-marketplace-validations/H5P Version Action
Outputs H5P library's version number
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 23, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/boyum_h5p-version-action@fa0d74efc6cb15359ae659319867fc4bc84b2c6e # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | The directory where library.json is found | no | . |
Outputs
| name | description |
|---|---|
| version | An object with the fields `major`, `minor` and `patch` |
| version-formatted | A string on the form `{majorVersion}.{minorVersion}.{patchVersion}` |