actions-marketplace-validations/Package Latest Version
:octocat: GitHub Action to get the latest available version of a package on its remote registry (PyPi, NPM etc.)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| package | Name of the package to search for. | yes | — |
| language | The target language and thus backend registry. | yes | — |
| registry | Backend registry to search for the package. Format: "http(s)://some.backend.com/with/search/for/%s" where "%s" will be replaced by the actual package name. | no | — |
| remoteType | Expect this file type from the backend result e.g. "json". | no | json |
| conditions | Optional search conditions for a specific registry. See readme for more details. | no | "" |
Outputs
| name | description |
|---|---|
| latestVersion | Latest found package version in the registry. |