radumarias/check-version-changed-rust
Checks if the version has changed since last release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 6, 2024
- License
- Apache 2.0
Pinned Snippet
uses: radumarias/action-check-version-changed-rust@c01cecfa631e6da1f6ff4b0b9683e496c26ffb09 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
no inputs
Outputs
| name | description |
|---|---|
| changed | If the version has changed (type: bool) |
| version | The current value in version file (type: string) |
| prev_version | The previous version (type: string) |