Replies: 1 comment 1 reply
-
Yep, that sounds great to me!
Ideally the version field should support:
- no value (in which case it'd select the latest tag/release)
- a tagged version
- a commit's SHA
- `main` (for the main branch). I suppose a good practice is to pin to a specific version or commit SHA these days, so maybe there's little value in this particular option.
I'll keep that in mind when working on the rewrite of the action.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kyu08
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for maintaining cool tool!
Can we use specific version of cargo-machete on GitHub Actions?
Currently we can specify the version of workflow but it seems that the latest version of cargo-machete binary is installed.
I would appreciate it if the same behavior could be guaranteed as long as the action version is not changed because it would prevent workflows from suddenly failing when their versions haven't been changed.
Beta Was this translation helpful? Give feedback.
All reactions