Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 16:51
· 105 commits to main since this release
  • 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.