jcbhmr/Setup cargo component

🦀 Install the cargo component subcommand for GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cargo-component-versionWhich version of cargo-component to install. This can be an exact version specifier such as '0.7.0' or a semver range like '~0.7.0' or '0.x'. Use 'latest' to always install the latest release. Defaults to 'latest'.latest
cargo-component-tokenThe GitHub token to use when fetching the version list from bytecodealliance/cargo-component. You shouldn't have to touch this. The default is the 'github.token' if you're on github.com or unauthenticated (rate limited) if you're not on github.com.${{ github.server_url == 'https://github.com' && github.token || '' }}
namedescription
cargo-component-versionThe version of cargo-component that was installed. This will be something like '0.7.0' or similar.
cache-hitWhether or not cargo-component was restored from the runner's cache or download anew.