-
Support omitting the patch/minor version.
For example:
- uses: taiki-e/cache-cargo-install-action@v1 with: tool: cargo-hack@0.5
You can also omit the minor version if the major version of tool is 1 or greater.
Support omitting the patch/minor version.
For example:
- uses: taiki-e/cache-cargo-install-action@v1
with:
tool: cargo-hack@0.5
You can also omit the minor version if the major version of tool is 1 or greater.